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,7 +47,7 @@ static char sccsid[] = "@(#)inet_makeaddr.c 8.1 (Berkeley) 6/4/93";
*/
struct in_addr
inet_makeaddr(net, host)
u_long net, host;
in_addr_t net, host;
{
u_long addr;