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:
Ulrich Drepper 1998-01-25 17:17:39 +00:00
parent af69217fea
commit 3f07c1da66
3 changed files with 2210 additions and 627 deletions

View File

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

View File

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