mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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>
|
||||
|
||||
* 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)
|
||||
/* Bingo! */
|
||||
break;
|
||||
}, int type, unsigned long int net)
|
||||
}, unsigned long int net, int type)
|
||||
|
Loading…
Reference in New Issue
Block a user