summaryrefslogtreecommitdiffstats
path: root/9/platforms/android-19/arch-mips64/usr/include/nsswitch.h
diff options
context:
space:
mode:
Diffstat (limited to '9/platforms/android-19/arch-mips64/usr/include/nsswitch.h')
-rw-r--r--9/platforms/android-19/arch-mips64/usr/include/nsswitch.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/9/platforms/android-19/arch-mips64/usr/include/nsswitch.h b/9/platforms/android-19/arch-mips64/usr/include/nsswitch.h
index d19d055..e03844b 100644
--- a/9/platforms/android-19/arch-mips64/usr/include/nsswitch.h
+++ b/9/platforms/android-19/arch-mips64/usr/include/nsswitch.h
@@ -54,7 +54,7 @@
/*
* Layout of:
* uint32_t ns_src.flags
- */
+ */
/* nsswitch.conf status codes and nsdispatch(3) return values */
#define NS_SUCCESS (1<<0) /* entry was found */
#define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */
@@ -125,7 +125,7 @@ typedef struct {
*/
#define NS_FILES_CB(F,C) { NSSRC_FILES, F, __UNCONST(C) },
#define NS_COMPAT_CB(F,C) { NSSRC_COMPAT, F, __UNCONST(C) },
-
+
#ifdef HESIOD
# define NS_DNS_CB(F,C) { NSSRC_DNS, F, __UNCONST(C) },
#else
@@ -149,6 +149,7 @@ typedef struct {
} ns_src;
+#if 0
/*
* Default sourcelists (if nsswitch.conf is missing, corrupt,
* or the requested database doesn't have an entry)
@@ -160,7 +161,7 @@ extern const ns_src __nsdefaultfiles[];
extern const ns_src __nsdefaultfiles_forceall[];
extern const ns_src __nsdefaultnis[];
extern const ns_src __nsdefaultnis_forceall[];
-
+#endif
/*
* ns_mtab - `nsswitch method table'