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.12 by root, Fri Jun 23 14:31:38 2006 UTC vs.
Revision 1.13 by ayin, Mon Sep 11 08:48:37 2006 UTC

31#include <sys/uio.h> 31#include <sys/uio.h>
32#include <sys/socket.h> 32#include <sys/socket.h>
33 33
34#include "libptytty.h" 34#include "libptytty.h"
35 35
36#ifndef CMSG_LEN // CMSG_SPACe && CMSG_LEN are rfc2292 extensions to unix 36#ifndef CMSG_LEN // CMSG_SPACE && CMSG_LEN are rfc2292 extensions to unix
37# define CMSG_LEN(len) (sizeof (cmsghdr) + len) 37# define CMSG_LEN(len) (sizeof (cmsghdr) + len)
38#endif 38#endif
39 39
40bool 40bool
41ptytty::send_fd (int socket, int fd) 41ptytty::send_fd (int socket, int fd)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines