Changeset 1505 for trunk/src/emx/include/arpa
- Timestamp:
- Sep 12, 2004, 9:40:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/arpa/inet.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r1504 r1505 54 54 #include <sys/types.h> 55 55 #include <sys/cdefs.h> 56 57 /* 58 * Internet address (a structure for historical reasons) 59 */ 60 #ifndef _STRUCT_IN_ADDR_DECLARED 61 struct in_addr { 62 u_long s_addr; 63 }; 64 #define _STRUCT_IN_ADDR_DECLARED 65 #endif 66 56 67 #ifndef TCPV40HDRS 57 68 int TCPCALL inet_aton (const char *, struct in_addr *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.