From e14bbf537e28b5470e5491bf0c1dc3d8849bc283 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Oct 2004 23:30:29 +0000 Subject: Update. * nscd/gai.c: Define __no_netlink_support if NEED_NETLINK is defined and __ASSUME_NETLINK_SUPPORT is zero. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-gai.c): Add -DNEED_NETLINK. --- nscd/gai.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nscd') diff --git a/nscd/gai.c b/nscd/gai.c index 2279d71..722c7e4 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -19,3 +19,7 @@ /* 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 v1.1