]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/getaliasent_r.c
support: Add missing EOL terminators on timespec
[thirdparty/glibc.git] / inet / getaliasent_r.c
index 702d31d0c3d327773b6f46c87797488abef2ac7e..87743c3d7788911bfdc139052accfd03914f5899 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -25,4 +25,7 @@
 #define        ENDFUNC_NAME            endaliasent
 #define DATABASE_NAME          aliases
 
+/* There is no nscd support for the aliases file.  */
+#undef USE_NSCD
+
 #include "../nss/getXXent_r.c"