]> git.saurik.com Git - apple/libinfo.git/blobdiff - dns.subproj/res_query.c
Libinfo-222.4.9.tar.gz
[apple/libinfo.git] / dns.subproj / res_query.c
index 85b705aec559bd4b8ae9a058712aaf340ad7f7ed..69575d0cd759e4a971e8894d74d82770e5cc8eec 100644 (file)
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_query.c        8.1 (Berkeley) 6/4/93";
-static char rcsid[] = "$Id: res_query.c,v 1.2 1999/10/14 21:56:45 wsanchez Exp $";
+static char rcsid[] = "$Id: res_query.c,v 1.3 2003/02/18 17:29:24 majka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <arpa/nameser.h>
+#include <arpa/nameser8_compat.h>
 
 #include <stdio.h>
 #include <netdb.h>
-#include <resolv.h>
+#include <resolv8_compat.h>
 #include <ctype.h>
 #include <errno.h>
 #if defined(BSD) && (BSD >= 199306)