aboutsummaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'nscd')
-rw-r--r--nscd/gethstbynm2_r.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/nscd/gethstbynm2_r.c b/nscd/gethstbynm2_r.c
index b9b3a71..c6b8ac9 100644
--- a/nscd/gethstbynm2_r.c
+++ b/nscd/gethstbynm2_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -36,4 +36,6 @@
#define HAVE_LOOKUP_BUFFER 1
#define HAVE_AF 1
+#define __inet_aton inet_aton
+
#include "../nss/getXXbyYY_r.c"