Changeset 357
- Timestamp:
- Jul 11, 2003, 2:28:31 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/emx/include/arpa/inet.h ¶
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r356 r357 51 51 /* External definitions for functions in inet(3) */ 52 52 53 #ifndef TCPV40HDRS54 53 #include <sys/param.h> 55 54 #include <sys/types.h> 56 55 #include <sys/cdefs.h> 56 #ifndef TCPV40HDRS 57 57 int TCPCALL inet_aton (const char *, struct in_addr *); 58 58 char * TCPCALL inet_neta (u_long, char *, size_t); -
Property cvs2svn:cvs-rev
changed from
-
TabularUnified trunk/src/emx/include/sys/uio.h ¶
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r356 r357 40 40 /* needed for sys\socket.h TCPIPV4 now */ 41 41 #ifdef TCPV40HDRS 42 #if !defined(_OFF_T_DECLARED) && !defined(_OFF_T) /* bird:emx */ 43 typedef __off_t off_t; /* file offset */ 44 #define _OFF_T_DECLARED 45 #define _OFF_T /* bird: emx */ 46 #endif 47 42 48 struct uio { 43 49 struct iovec *uio_iov; -
Property cvs2svn:cvs-rev
changed from
-
TabularUnified trunk/src/emx/include/utils.h ¶
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r356 r357 26 26 */ 27 27 #endif 28 29 #ifdef __cplusplus 30 extern "C" { 31 #endif 32 33 #if !defined(_SIZE_T_DECLARED) && !defined(_SIZE_T) /* bird: emx */ 34 typedef __size_t size_t; 35 #define _SIZE_T_DECLARED 36 #define _SIZE_T /* bird: emx */ 37 #endif 38 28 39 int strcasecmp (__const__ char *, __const__ char *); 29 40 int strncasecmp (__const__ char *, __const__ char *, size_t); 41 42 #ifdef __cplusplus 43 } 44 #endif 30 45 31 46 #ifndef MIN -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.