diff options
Diffstat (limited to 'inet/gethstbyad_r.c')
-rw-r--r-- | inet/gethstbyad_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/gethstbyad_r.c b/inet/gethstbyad_r.c index 5de022fd8a..4d6436f283 100644 --- a/inet/gethstbyad_r.c +++ b/inet/gethstbyad_r.c @@ -48,6 +48,6 @@ } /* Special name for the lookup function. */ -#define DB_LOOKUP_FCT INTUSE(__nss_hosts_lookup) +#define DB_LOOKUP_FCT __nss_hosts_lookup #include "../nss/getXXbyYY_r.c" |