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.4 by root, Tue Jan 17 15:17:39 2006 UTC

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 "rxvt.h" 24#include "rxvt.h"
25
26#if ENABLE_FRILLS && HAVE_UNIX_FDPASS
27 25
28#include <sys/types.h> 26#include <sys/types.h>
29#include <sys/socket.h> 27#include <sys/socket.h>
30 28
31#include "fdpass.h" 29#include "fdpass.h"
100 return -1; 98 return -1;
101 99
102 return *(int *)CMSG_DATA (cmsg); 100 return *(int *)CMSG_DATA (cmsg);
103} 101}
104 102
105#endif
106

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines