summaryrefslogtreecommitdiff
path: root/inet/getprtent_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/getprtent_r.c')
-rw-r--r--inet/getprtent_r.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/inet/getprtent_r.c b/inet/getprtent_r.c
index 9bc0b16152..a3284f2651 100644
--- a/inet/getprtent_r.c
+++ b/inet/getprtent_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2012 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
@@ -26,4 +26,7 @@
#define STAYOPEN int stayopen
#define STAYOPEN_VAR stayopen
+/* There is no nscd support for the protocols file. */
+#undef USE_NSCD
+
#include "../nss/getXXent_r.c"