/* $NetBSD: socket.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $ */ #ifndef _cygwin_sys_socket_h #define _cygwin_sys_socket_h #include_next <sys/socket.h> #ifndef IFF_POINTOPOINT # define IFF_POINTOPOINT 0x10 #endif #endif |
/* $NetBSD: socket.h,v 1.1.1.1 2009/04/12 15:33:55 christos Exp $ */ #ifndef _cygwin_sys_socket_h #define _cygwin_sys_socket_h #include_next <sys/socket.h> #ifndef IFF_POINTOPOINT # define IFF_POINTOPOINT 0x10 #endif #endif |