summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-30 00:38:57 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-30 00:38:57 +0200
commite91ab7c2c5e39dc0ee248051174e536319f78d22 (patch)
treea8c7a6004f95634bd354222e582a8b7a7c56373f /nscd
parent4451fb82ba47c42efebc275e3947edac5855a9b8 (diff)
parentd2c1ff8b0a98842a80ddb2836058a1ed8f91572f (diff)
Merge branch 'baseline' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'nscd')
-rw-r--r--nscd/gai.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/nscd/gai.c b/nscd/gai.c
index 2df7ea7487..1c6527cf0c 100644
--- a/nscd/gai.c
+++ b/nscd/gai.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 2004.
@@ -43,7 +43,3 @@
/* Some variables normally defined in libc. */
service_user *__nss_hosts_database;
-
-#if defined NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0
-int __no_netlink_support attribute_hidden;
-#endif