mirror of git://sourceware.org/git/glibc.git
Update.
* nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since the former is not exported.
This commit is contained in:
parent
2050f7b562
commit
9ffec5b234
|
@ -12,6 +12,8 @@
|
||||||
* misc/regexp.c (__step): Use __regexec instead of regexec.
|
* misc/regexp.c (__step): Use __regexec instead of regexec.
|
||||||
(__advance): Likewise.
|
(__advance): Likewise.
|
||||||
* nss/digits_dots.c: Use __inet_aton instead of inet_aton.
|
* 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.
|
* misc/daemon.c (daemon): Use __fork instead of fork.
|
||||||
|
|
||||||
* stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make
|
* stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make
|
||||||
|
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
|
||||||
|
|
||||||
|
@ -36,4 +36,6 @@
|
||||||
#define HAVE_LOOKUP_BUFFER 1
|
#define HAVE_LOOKUP_BUFFER 1
|
||||||
#define HAVE_AF 1
|
#define HAVE_AF 1
|
||||||
|
|
||||||
|
#define __inet_aton inet_aton
|
||||||
|
|
||||||
#include "../nss/getXXbyYY_r.c"
|
#include "../nss/getXXbyYY_r.c"
|
||||||
|
|
Loading…
Reference in New Issue