summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-30 00:30:48 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-30 00:30:48 +0200
commitd2c1ff8b0a98842a80ddb2836058a1ed8f91572f (patch)
tree240accfc0cea8e6cc7fa23f5e47decd4b0f758cc /nscd
parent27218fffdcd9a948ef55cff77cf367f876ec0ef1 (diff)
parentfc56c5bbc1a0d56b9b49171dd377c73c268ebcfd (diff)
Merge commit 'refs/top-bases/baseline' into baseline
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