ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/proxy.C
(Generate patch)

Comparing rxvt-unicode/src/proxy.C (file contents):
Revision 1.8 by root, Thu Aug 2 13:54:17 2007 UTC vs.
Revision 1.11 by root, Mon Feb 21 07:41:02 2011 UTC

4/*----------------------------------------------------------------------* 4/*----------------------------------------------------------------------*
5 * File: proxy.C 5 * File: proxy.C
6 *----------------------------------------------------------------------* 6 *----------------------------------------------------------------------*
7 * 7 *
8 * All portions of code are copyright by their respective author/s. 8 * All portions of code are copyright by their respective author/s.
9 * Copyright (c) 2006 Marc Lehmann <pcg@goof.com> 9 * Copyright (c) 2006 Marc Lehmann <schmorp@schmorp.de>
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or 13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version. 14 * (at your option) any later version.
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 *---------------------------------------------------------------------*/ 24 *---------------------------------------------------------------------*/
25 25
26#include "../config.h" 26#include "config.h"
27 27
28#include "ptytty.h" 28#include "ptytty.h"
29 29
30#include <cstdio>
31#include <cstring>
30#include <csignal> 32#include <csignal>
31 33
32#include <sys/types.h> 34#include <sys/types.h>
33#include <sys/socket.h> 35#include <sys/socket.h>
34#include <unistd.h> 36#include <unistd.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines