]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - inet/getaliasent_r.c
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / inet / getaliasent_r.c
index c7d9ba9678d23ec50eef50768f5a4cedd7c20c8b..881dae301f309e3bdc65a95d739c3d17961666b5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -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
+   <http://www.gnu.org/licenses/>.  */
 
 #include <aliases.h>
 
@@ -26,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"