From 89b4b02f421d2a6d24eb632d9c6977dbe786e6ee Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 25 Jul 2012 21:19:13 +0000 Subject: Remove pre-2.4.21 Linux kernel support. --- nscd/gai.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nscd/gai.c') 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 , 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 -- cgit 1.4.1