]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - shadow/getspent_r.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / shadow / getspent_r.c
index 6292781dc3ec234a425045d1c6357066564ebe7f..1690689940ccab6d9f6fbe66b3c8d88e2f5e1f69 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -26,4 +26,7 @@
 #define DATABASE_NAME          shadow
 #define BUFLEN                 1024
 
+/* There is no nscd support for the shadow file.  */
+#undef USE_NSCD
+
 #include "../nss/getXXent_r.c"