Loading...
net/FreeBSD/inet_makeaddr.c Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/net/FreeBSD/inet_makeaddr.c
+++ Libc/Libc-583/net/FreeBSD/inet_makeaddr.c
@@ -46,7 +46,8 @@
  * building addresses stored in the ifnet structure.
  */
 struct in_addr
-inet_makeaddr(in_addr_t net, in_addr_t host)
+inet_makeaddr(net, host)
+	in_addr_t net, host;
 {
 	struct in_addr a;