Move /usr/include/nameser.h & reslov.h to /usr/include/arpa
authorKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 30 Jul 1985 09:03:58 +0000 (01:03 -0800)
committerKevin Dunlap <kjd@ucbvax.Berkeley.EDU>
Tue, 30 Jul 1985 09:03:58 +0000 (01:03 -0800)
SCCS-vsn: lib/libc/net/res_send.c 5.4

usr/src/lib/libc/net/res_send.c

index 6cba254..8b7e02e 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)res_send.c 5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)res_send.c 5.4 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -18,8 +18,8 @@ static char sccsid[] = "@(#)res_send.c        5.3 (Berkeley) %G%";
 #include <netinet/in.h>
 #include <stdio.h>
 #include <errno.h>
 #include <netinet/in.h>
 #include <stdio.h>
 #include <errno.h>
-#include <nameser.h>
-#include <resolv.h>
+#include <arpa/nameser.h>
+#include <arpa/resolv.h>
 
 extern int errno;
 
 
 extern int errno;