Changeset 21916 for trunk/src/wsock32/new
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/wsock32/new/wsock32.h
r3218 r21916 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.