Changeset 187 for trunk/src/emx/include/netdb.h
- Timestamp:
- May 19, 2003, 3:20:02 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/netdb.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r186 r187 34 34 * 35 35 * from: @(#)netdb.h 5.15 (Berkeley) 4/3/91 36 * netdb.h,v 1. 2 2003/05/19 02:41:00bird Exp36 * netdb.h,v 1.3 2003/05/19 13:20:02 bird Exp 37 37 */ 38 38 … … 163 163 int _serv_stayopen; 164 164 }; 165 #endif 166 167 #ifdef TCPV40HDRS 168 /** @name tcpip40 function mappings. 169 * @{ */ 170 #define gethostname tcpip40_gethostname 171 #define gethostbyname tcpip40_gethostbyname 172 #define gethostbyaddr tcpip40_gethostbyaddr 173 #define getnetbyname tcpip40_getnetbyname 174 #define getnetbyaddr tcpip40_getnetbyaddr 175 #define getservbyname tcpip40_getservbyname 176 #define getservbyport tcpip40_getservbyport 177 #define getservent tcpip40_getservent 178 #define getprotobyname tcpip40_getprotobyname 179 #define getprotobynumber tcpip40_getprotobynumber 180 #define sethostent tcpip40_sethostent 181 #define gethostent tcpip40_gethostent 182 #define endhostent tcpip40_endhostent 183 #define setnetent tcpip40_setnetent 184 #define getnetent tcpip40_getnetent 185 #define endnetent tcpip40_endnetent 186 #define setprotoent tcpip40_setprotoent 187 #define getprotoent tcpip40_getprotoent 188 #define endprotoent tcpip40_endprotoent 189 #define setservent tcpip40_setservent 190 #define getservent tcpip40_getservent 191 #define endservent tcpip40_endservent 192 #define tcp_h_errno tcpip40_tcp_h_errno 193 #define Rgethostbyname tcpip40_Rgethostbyname 194 /* @} */ 165 195 #endif 166 196 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.