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.2 by root, Fri Jan 6 05:37:59 2006 UTC vs.
Revision 1.4 by root, Tue Jan 17 15:17:39 2006 UTC

18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
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" /* NECESSARY */ 23#include "../config.h"
24 24#include "rxvt.h"
25#if ENABLE_FRILLS && HAVE_UNIX_FDPASS
26 25
27#include <sys/types.h> 26#include <sys/types.h>
28#include <sys/socket.h> 27#include <sys/socket.h>
29 28
30#include "fdpass.h" 29#include "fdpass.h"
99 return -1; 98 return -1;
100 99
101 return *(int *)CMSG_DATA (cmsg); 100 return *(int *)CMSG_DATA (cmsg);
102} 101}
103 102
104#endif
105

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines