* nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since
	the former is not exported.
This commit is contained in:
Ulrich Drepper 2000-10-28 06:52:11 +00:00
parent 2050f7b562
commit 9ffec5b234
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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"