diff options
Diffstat (limited to 'inet/inet_netof.c')
-rw-r--r-- | inet/inet_netof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/inet_netof.c b/inet/inet_netof.c index aa99e5c486..e49177a0f4 100644 --- a/inet/inet_netof.c +++ b/inet/inet_netof.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93"; * Return the network number from an internet * address; handles class a/b/c network #'s. */ -u_int32_t +in_addr_t inet_netof(in) struct in_addr in; { |