summaryrefslogtreecommitdiff
path: root/inet/inet_netof.c
diff options
context:
space:
mode:
Diffstat (limited to 'inet/inet_netof.c')
-rw-r--r--inet/inet_netof.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/inet/inet_netof.c b/inet/inet_netof.c
index 9b0aed992e..0f048e6c46 100644
--- a/inet/inet_netof.c
+++ b/inet/inet_netof.c
@@ -40,8 +40,7 @@ static char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
* address; handles class a/b/c network #'s.
*/
in_addr_t
-inet_netof(in)
- struct in_addr in;
+inet_netof (struct in_addr in)
{
u_int32_t i = ntohl(in.s_addr);