Changeset 3024
- Timestamp:
- Apr 7, 2007, 8:53:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/libc-0.6/src/emx/include/netinet/in.h ¶
r1505 r3024 1 1 /* Modified for emx by hv and em 1994,1996 2 2 * Modified for gcc/os2 by bird 2003 3 * Modified for kLIBC by bird 2007, added INET_ADDRSTRLEN. 3 4 * 4 5 * Copyright (c) 1982, 1986, 1990 Regents of the University of California. … … 45 46 46 47 #include <sys/param.h> /* htons() etc. */ 47 48 #if defined (__cplusplus) 49 extern "C" { 48 /* added 2007: */ 49 #include <sys/cdefs.h> 50 #include <sys/_types.h> 51 #include <machine/endian.h> 52 53 __BEGIN_DECLS 54 55 /* added 2007: */ 56 #if __POSIX_VISIBLE >= 200112 57 #define INET_ADDRSTRLEN 16 50 58 #endif 51 59 … … 298 306 #endif /*TCPV40HDRS (else) */ 299 307 300 #if defined (__cplusplus) 301 } 302 #endif 308 __END_DECLS 303 309 304 310 #endif /* !_NETINET_IN_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.