in_addr_t.

This commit is contained in:
Ralf Corsepius
2005-05-09 12:45:45 +00:00
parent 4fea445575
commit 00a578ad6b
5 changed files with 7 additions and 7 deletions

View File

@@ -47,9 +47,9 @@ static char sccsid[] = "@(#)inet_network.c 8.1 (Berkeley) 6/4/93";
* The library routines call this routine to interpret
* network numbers.
*/
u_long
in_addr_t
inet_network(cp)
register const char *cp;
const char *cp;
{
register u_long val, base, n, i;
register char c;