changed declaration of inet_addr() to unsigned long
authorSerge ??? <serge@ucbvax.Berkeley.EDU>
Fri, 11 Jan 1985 04:49:08 +0000 (20:49 -0800)
committerSerge ??? <serge@ucbvax.Berkeley.EDU>
Fri, 11 Jan 1985 04:49:08 +0000 (20:49 -0800)
SCCS-vsn: include/arpa/inet.h 4.2

usr/src/include/arpa/inet.h

index a9f6b16..5af3f82 100644 (file)
@@ -1,10 +1,10 @@
-/*     inet.h  4.1     83/05/28        */
+/*     inet.h  4.2     85/01/10        */
 
 /*
  * External definitions for
  * functions in inet(3N)
  */
 
 /*
  * External definitions for
  * functions in inet(3N)
  */
-struct in_addr inet_addr();
+unsigned long inet_addr();
 char   *inet_ntoa();
 struct in_addr inet_makeaddr();
 unsigned long inet_network();
 char   *inet_ntoa();
 struct in_addr inet_makeaddr();
 unsigned long inet_network();