From 85f36372aa9b7c4f8e1ebb6a3bf2c0785a019612 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 13:12:02 +0530 Subject: Remove IS_IN_nscd Replace with IS_IN (nscd). Generated code unchanged on x86_64. * include/ifaddrs.h: Use IS_IN. * inet/check_pf.c: Likewise. * sysdeps/unix/sysv/linux/check_pf.c: Likewise. * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd. --- inet/check_pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') diff --git a/inet/check_pf.c b/inet/check_pf.c index b2934f7718..c129463c48 100644 --- a/inet/check_pf.c +++ b/inet/check_pf.c @@ -62,7 +62,7 @@ __free_in6ai (struct in6addrinfo *in6ai) } -#ifdef IS_IN_nscd +#if IS_IN (nscd) uint32_t __bump_nl_timestamp (void) { -- cgit v1.2.3