diff options
Diffstat (limited to 'inet/inet_lnaof.c')
-rw-r--r-- | inet/inet_lnaof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/inet_lnaof.c b/inet/inet_lnaof.c index 7e934642fd..0e115a4420 100644 --- a/inet/inet_lnaof.c +++ b/inet/inet_lnaof.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)inet_lnaof.c 8.1 (Berkeley) 6/4/93"; * internet address; handles class a/b/c network * number formats. */ -u_int32_t +in_addr_t inet_lnaof(in) struct in_addr in; { |