]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - shadow/getspnam.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / shadow / getspnam.c
index beb057064526d811fceb7f650ff250d1a6f727f7..dac7f88f2c146386e12878352495f893485c16af 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <shadow.h>
 
@@ -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"