]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - gshadow/getsgnam_r.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / gshadow / getsgnam_r.c
index a9ab7646756ed26072cbbbf3229bd6fb55ce2326..de778baf78baba263026097c81ca207f652fe96c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2009.
 
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <gshadow.h>
 
@@ -28,4 +27,7 @@
 #define BUFLEN                 1024
 #define NO_COMPAT_NEEDED       1
 
+/* There is no nscd support for the shadow file.  */
+#undef USE_NSCD
+
 #include "../nss/getXXbyYY_r.c"