diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/check_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |