From 9ffec5b234e7fe5d16f65d8655b036e64fe00bad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Oct 2000 06:52:11 +0000 Subject: Update. * nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since the former is not exported. --- nscd/gethstbynm2_r.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nscd/gethstbynm2_r.c') diff --git a/nscd/gethstbynm2_r.c b/nscd/gethstbynm2_r.c index b9b3a7149f..c6b8ac9622 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 , 1996. @@ -36,4 +36,6 @@ #define HAVE_LOOKUP_BUFFER 1 #define HAVE_AF 1 +#define __inet_aton inet_aton + #include "../nss/getXXbyYY_r.c" -- cgit v1.2.3