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

Comparing rxvt-unicode/src/rxvtc.C (file contents):
Revision 1.34 by sf-exg, Sun May 1 13:54:27 2011 UTC vs.
Revision 1.35 by sf-exg, Thu Jan 19 13:33:43 2012 UTC

19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 *----------------------------------------------------------------------*/ 21 *----------------------------------------------------------------------*/
22 22
23#include "../config.h" 23#include "../config.h"
24#include <cstdio> 24#include <stdio.h>
25#include <cstdlib> 25#include <stdlib.h>
26#include <cstring> 26#include <string.h>
27#include <csignal> 27#include <signal.h>
28 28
29#include <unistd.h> 29#include <unistd.h>
30#include <sys/socket.h> 30#include <sys/socket.h>
31#include <sys/un.h> 31#include <sys/un.h>
32 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines