Changeset 21720 for branches/gcc-kmk/src/wsock32/new
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/wsock32/new/wsock32.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/wsock32/new/wsock32.h
r3218 r21720 17 17 18 18 #define TCPV40HDRS 19 #include <sys \socket.h>20 #include <sys \ioctl.h>19 #include <sys/socket.h> 20 #include <sys/ioctl.h> 21 21 #include <netdb.h> 22 #include <netinet \in.h>23 #include <netinet \tcp.h>22 #include <netinet/in.h> 23 #include <netinet/tcp.h> 24 24 #include <nerrno.h> 25 #include <sys \time.h>25 #include <sys/time.h> 26 26 27 27 #include <odinwrap.h> … … 173 173 } _ws_protoent; 174 174 175 typedef struct ws_servent 175 typedef struct ws_servent 176 176 { 177 177 char * s_name; /* official service name */
Note:
See TracChangeset
for help on using the changeset viewer.
