summaryrefslogtreecommitdiff
path: root/libc/inet/getprtname_r.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-08-28 14:14:43 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-08-28 14:14:43 +0000
commit89a00bff19086cb0fe6b694dd82d485e3c732e4d (patch)
tree92a42478f401701889d5c5acf8a5f4324225f312 /libc/inet/getprtname_r.c
parente7a9915190f0e2b940e4af9ad480cbe035a197d6 (diff)
downloadeglibc2-89a00bff19086cb0fe6b694dd82d485e3c732e4d.tar.gz
Merge changes between r20213 and r20391 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@20392 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/inet/getprtname_r.c')
-rw-r--r--libc/inet/getprtname_r.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/inet/getprtname_r.c b/libc/inet/getprtname_r.c
index b21627682..371243e77 100644
--- a/libc/inet/getprtname_r.c
+++ b/libc/inet/getprtname_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 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 ADD_PARAMS const char *name
#define ADD_VARIABLES name
+/* There is no nscd support for the protocols file. */
+#undef USE_NSCD
+
#include "../nss/getXXbyYY_r.c"