Changeset 357
- Timestamp:
- Jul 11, 2003, 2:28:31 PM (22 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 3 edited
-
arpa/inet.h (modified) (1 diff, 1 prop)
-
sys/uio.h (modified) (1 diff, 1 prop)
-
utils.h (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/arpa/inet.h
-
Property cvs2svn:cvs-rev
changed from
1.4to1.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 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
-
trunk/src/emx/include/sys/uio.h
-
Property cvs2svn:cvs-rev
changed from
1.8to1.9
r356 r357 40 40 /* needed for sys\socket.h TCPIPV4 now */ 41 41 #ifdef TCPV40HDRS 42 43 44 45 46 47 42 48 struct uio { 43 49 struct iovec *uio_iov; -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/utils.h
-
Property cvs2svn:cvs-rev
changed from
1.3to1.4
r356 r357 26 26 */ 27 27 #endif 28 29 30 31 32 33 34 35 36 37 38 28 39 int strcasecmp (__const__ char *, __const__ char *); 29 40 int strncasecmp (__const__ char *, __const__ char *, size_t); 41 42 43 44 30 45 31 46 #ifndef MIN -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
