mirror of git://sourceware.org/git/glibc.git
Update.
1999-04-29 Ulrich Drepper <drepper@cygnus.com> * inet/getnameinfo.c (nrl_domainname): Fix last patch.
This commit is contained in:
parent
16b0f634a0
commit
3a07823a8b
|
|
@ -1,3 +1,7 @@
|
||||||
|
1999-04-29 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* inet/getnameinfo.c (nrl_domainname): Fix last patch.
|
||||||
|
|
||||||
1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
|
* nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
|
||||||
|
|
|
||||||
|
|
@ -69,12 +69,12 @@ nrl_domainname (void)
|
||||||
static char *domain;
|
static char *domain;
|
||||||
static int not_first;
|
static int not_first;
|
||||||
|
|
||||||
if (not_first)
|
if (! not_first)
|
||||||
{
|
{
|
||||||
__libc_lock_define_initialized (static, lock);
|
__libc_lock_define_initialized (static, lock);
|
||||||
__libc_lock_lock (lock);
|
__libc_lock_lock (lock);
|
||||||
|
|
||||||
if (not_first)
|
if (! not_first)
|
||||||
{
|
{
|
||||||
char *c;
|
char *c;
|
||||||
struct hostent *h, th;
|
struct hostent *h, th;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue