diff options
Diffstat (limited to 'nss')
-rw-r--r-- | nss/nsswitch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c index 750cd02ab0..1379553abe 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.c @@ -786,6 +786,7 @@ nss_getline (char *line) } +#if !defined DO_STATIC_NSS || defined SHARED static service_library * internal_function nss_new_service (name_database *database, const char *name) @@ -810,6 +811,7 @@ nss_new_service (name_database *database, const char *name) return *currentp; } +#endif #if defined SHARED && defined USE_NSCD |