]> git.saurik.com Git - apple/libinfo.git/blobdiff - dns.subproj/res_comp.c
Libinfo-278.0.3.tar.gz
[apple/libinfo.git] / dns.subproj / res_comp.c
index 805630dd566604618b5de5aee793b8fe4cac56db..2bb154b48ff46e9378b6e0326ceeb5ef44913899 100644 (file)
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93";
-static char rcsid[] = "$Id: res_comp.c,v 1.3 2002/02/19 20:36:12 epeyton Exp $";
+static char rcsid[] = "$Id: res_comp.c,v 1.4 2003/02/18 17:29:24 majka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
 #include <netinet/in.h>
-#include <arpa/nameser.h>
+#include <arpa/nameser8_compat.h>
 
 #include <stdio.h>
-#include <resolv.h>
+#include <resolv8_compat.h>
 #include <ctype.h>
 
 #if defined(BSD) && (BSD >= 199103)