Changeset 1506 for trunk/src/emx/include/netdb.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/netdb.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1505 r1506 1 /*- Modified for emx by hv and em 1994-1997 2 *- Modified for gcc by bird 2003 1 /* netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp */ 2 /** @file 3 * BSD 4 * 5 * @changed Modified for emx by hv and em 1994-1997 6 * @changed Modified for gcc by bird 2003 7 */ 8 9 /* netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp */ 10 /*- 3 11 * 4 12 * Copyright (c) 1980, 1983, 1988 Regents of the University of California. … … 34 42 * 35 43 * from: @(#)netdb.h 5.15 (Berkeley) 4/3/91 36 * netdb.h,v 1. 7 2004/09/12 19:40:25bird Exp44 * netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp 37 45 */ 38 46 … … 64 72 65 73 66 #define _PATH_HEQUIV "/ mptn/etc/hosts.equiv"67 #define _PATH_HOSTS "/ mptn/etc/hosts"68 #define _PATH_NETWORKS "/ mptn/etc/networks"69 #define _PATH_PROTOCOLS "/ mptn/etc/protocols"70 #define _PATH_SERVICES "/ mptn/etc/services"74 #define _PATH_HEQUIV "/@unixroot/etc/hosts.equiv" 75 #define _PATH_HOSTS "/@unixroot/etc/hosts" 76 #define _PATH_NETWORKS "/@unixroot/etc/networks" 77 #define _PATH_PROTOCOLS "/@unixroot/etc/protocols" 78 #define _PATH_SERVICES "/@unixroot/etc/services" 71 79 72 80 #ifdef TCPV40HDRS -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.