mirror of git://sourceware.org/git/glibc.git
Update.
1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de> * nss/nss_files/files-network.c: Correct order of parameters for getnetbyaddr.
This commit is contained in:
parent
af69217fea
commit
3f07c1da66
|
|
@ -1,3 +1,8 @@
|
||||||
|
1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
|
* nss/nss_files/files-network.c: Correct order of parameters for
|
||||||
|
getnetbyaddr.
|
||||||
|
|
||||||
1998-01-26 00:57 Ulrich Drepper <drepper@cygnus.com>
|
1998-01-26 00:57 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* db2/Makefile (routines): Add os_alloc.
|
* db2/Makefile (routines): Add os_alloc.
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -53,4 +53,4 @@ DB_LOOKUP (netbyaddr, ,,
|
||||||
if (result->n_addrtype == type && result->n_net == net)
|
if (result->n_addrtype == type && result->n_net == net)
|
||||||
/* Bingo! */
|
/* Bingo! */
|
||||||
break;
|
break;
|
||||||
}, int type, unsigned long int net)
|
}, unsigned long int net, int type)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue