]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nis/nss-default.c
nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
[thirdparty/glibc.git] / nis / nss-default.c
index 6b779062a16da09848e1e245375d3264892cb000..7fb06461cdc939277160dcdf8c218183e8852177 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1996,2001,2004,2006,2007,2010,2011
-   Free Software Foundation, Inc.
+/* Copyright (C) 1996-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +13,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 <ctype.h>
 #include <errno.h>
@@ -22,7 +21,7 @@
 #include <stdio_ext.h>
 #include <stdlib.h>
 #include <string.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
 
 #include <libnsl.h>