Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Oct 2000 06:52:11 +0000 (06:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Oct 2000 06:52:11 +0000 (06:52 +0000)
* nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since
the former is not exported.

ChangeLog
nscd/gethstbynm2_r.c

index cfb56f5..9fcc7c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
        * misc/regexp.c (__step): Use __regexec instead of regexec.
        (__advance): Likewise.
        * nss/digits_dots.c: Use __inet_aton instead of inet_aton.
+       * nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since
+       the former is not exported.
        * misc/daemon.c (daemon): Use __fork instead of fork.
 
        * stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make
index b9b3a71..c6b8ac9 100644 (file)
@@ -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"