move resolv.h to /usr/include
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 18 Mar 1986 01:07:12 +0000 (17:07 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 18 Mar 1986 01:07:12 +0000 (17:07 -0800)
SCCS-vsn: lib/libc/net/gethostnamadr.c 6.7
SCCS-vsn: lib/libc/net/res_init.c 6.4
SCCS-vsn: lib/libc/net/res_mkquery.c 6.3
SCCS-vsn: lib/libc/net/res_send.c 6.7

usr/src/lib/libc/net/gethostnamadr.c
usr/src/lib/libc/net/res_init.c
usr/src/lib/libc/net/res_mkquery.c
usr/src/lib/libc/net/res_send.c

index 4f3e953..1da7f47 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)gethostnamadr.c    6.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)gethostnamadr.c    6.7 (Berkeley) %G%";
 #endif LIBC_SCCS and not lint
 
 #include <sys/param.h>
 #endif LIBC_SCCS and not lint
 
 #include <sys/param.h>
@@ -17,7 +17,7 @@ static char sccsid[] = "@(#)gethostnamadr.c   6.6 (Berkeley) %G%";
 #include <stdio.h>
 #include <errno.h>
 #include <arpa/nameser.h>
 #include <stdio.h>
 #include <errno.h>
 #include <arpa/nameser.h>
-#include <arpa/resolv.h>
+#include <resolv.h>
 
 #define        MAXALIASES      35
 #define MAXADDRS       35
 
 #define        MAXALIASES      35
 #define MAXADDRS       35
index 3052cd6..02930f4 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_init.c 6.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_init.c 6.4 (Berkeley) %G%";
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
 #endif LIBC_SCCS and not lint
 
 #include <sys/types.h>
index f51d36b..4e1e360 100644 (file)
@@ -5,14 +5,14 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_mkquery.c      6.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_mkquery.c      6.3 (Berkeley) %G%";
 #endif LIBC_SCCS and not lint
 
 #include <stdio.h>
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/nameser.h>
 #endif LIBC_SCCS and not lint
 
 #include <stdio.h>
 #include <sys/types.h>
 #include <netinet/in.h>
 #include <arpa/nameser.h>
-#include <arpa/resolv.h>
+#include <resolv.h>
 
 extern char *sprintf();
 
 
 extern char *sprintf();
 
index 3515e39..b691b0f 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)res_send.c 6.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_send.c 6.7 (Berkeley) %G%";
 #endif LIBC_SCCS and not lint
 
 /*
 #endif LIBC_SCCS and not lint
 
 /*
@@ -20,7 +20,7 @@ static char sccsid[] = "@(#)res_send.c        6.6 (Berkeley) %G%";
 #include <stdio.h>
 #include <errno.h>
 #include <arpa/nameser.h>
 #include <stdio.h>
 #include <errno.h>
 #include <arpa/nameser.h>
-#include <arpa/resolv.h>
+#include <resolv.h>
 
 extern int errno;
 
 
 extern int errno;