Changeset 1506 for trunk/src/emx/include/nsswitch.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/nsswitch.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r1505 r1506 1 /* nsswitch.h,v 1.2 2004/09/14 22:27:34 bird Exp */ 2 /** @file 3 * FreeBSD 5.2 4 */ 5 1 6 /* $NetBSD: nsswitch.h,v 1.6 1999/01/26 01:04:07 lukem Exp $ */ 2 7 /* $FreeBSD: src/include/nsswitch.h,v 1.3 2003/04/17 14:14:21 nectar Exp $ */ … … 47 52 48 53 #ifndef _PATH_NS_CONF 49 #define _PATH_NS_CONF "/ etc/nsswitch.conf"54 #define _PATH_NS_CONF "/@unixroot/etc/nsswitch.conf" 50 55 #endif 51 56 … … 104 109 /* 105 110 * ns_dtab `method' function signature. 106 */ 111 */ 107 112 typedef int (*nss_method)(void *_retval, void *_mdata, va_list _ap); 108 113 … … 130 135 #define NS_FILES_CB(F,C) { NSSRC_FILES, F, C }, 131 136 #define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, C }, 132 137 133 138 #ifdef HESIOD 134 139 # define NS_DNS_CB(F,C) { NSSRC_DNS, F, C }, … … 183 188 nss_module_unregister_fn *); 184 189 185 /* 190 /* 186 191 * Many NSS interfaces follow the getXXnam, getXXid, getXXent pattern. 187 192 * Developers are encouraged to use nss_lookup_type where approriate. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.