Changeset 1505 for trunk/src/emx/include/netinet/in.h
- Timestamp:
- Sep 12, 2004, 9:40:29 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/netinet/in.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1504 r1505 106 106 * Internet address (a structure for historical reasons) 107 107 */ 108 #ifndef _STRUCT_IN_ADDR_DECLARED 108 109 struct in_addr { 109 110 u_long s_addr; 110 111 }; 112 #define _STRUCT_IN_ADDR_DECLARED 113 #endif 114 111 115 112 116 /* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.