diff options
Diffstat (limited to 'gshadow/getsgnam.c')
-rw-r--r-- | gshadow/getsgnam.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gshadow/getsgnam.c b/gshadow/getsgnam.c index 203c210..2ee20a1 100644 --- a/gshadow/getsgnam.c +++ b/gshadow/getsgnam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Free Software Foundation, Inc. +/* Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2009. @@ -26,4 +26,7 @@ #define ADD_VARIABLES name #define BUFLEN 1024 +/* There is no nscd support for the shadow file. */ +#undef USE_NSCD + #include "../nss/getXXbyYY.c" |