Loading...
net/FreeBSD/inet_neta.c Libc-1725.40.4 Libc-583
--- Libc/Libc-1725.40.4/net/FreeBSD/inet_neta.c
+++ Libc/Libc-583/net/FreeBSD/inet_neta.c
@@ -52,7 +52,10 @@
  *	Paul Vixie (ISC), July 1996
  */
 char *
-inet_neta(in_addr_t src, char *dst, size_t size)
+inet_neta(src, dst, size)
+	in_addr_t src;
+	char *dst;
+	size_t size;
 {
 	char *odst = dst;
 	char *tp;