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

Comparing rxvt-unicode/src/fdpass.C (file contents):
Revision 1.3 by root, Fri Jan 13 07:03:48 2006 UTC vs.
Revision 1.5 by root, Sat Jan 21 22:16:37 2006 UTC

21 *----------------------------------------------------------------------*/ 21 *----------------------------------------------------------------------*/
22 22
23#include "../config.h" 23#include "../config.h"
24#include "rxvt.h" 24#include "rxvt.h"
25 25
26#if ENABLE_FRILLS && HAVE_UNIX_FDPASS 26#include <sys/uio.h>
27
28#include <sys/types.h> 27#include <sys/types.h>
29#include <sys/socket.h> 28#include <sys/socket.h>
30 29
31#include "fdpass.h" 30#include "fdpass.h"
32 31
100 return -1; 99 return -1;
101 100
102 return *(int *)CMSG_DATA (cmsg); 101 return *(int *)CMSG_DATA (cmsg);
103} 102}
104 103
105#endif
106

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines