From ecc3153d7364a0dacef2735bf056d2632913e314 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 23 Oct 1995 16:38:17 +0000 Subject: [PATCH] Make it compile.. This is part of bind-4.9.3, but was missed in previous imports. It replaces the old nstest and nsquery programs. --- usr.bin/dnsquery/dnsquery.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/dnsquery/dnsquery.c b/usr.bin/dnsquery/dnsquery.c index d28f9294900..295cc4eb9df 100644 --- a/usr.bin/dnsquery/dnsquery.c +++ b/usr.bin/dnsquery/dnsquery.c @@ -7,8 +7,6 @@ #include #include -#include "../conf/portability.h" - extern int errno; extern int h_errno; extern char *h_errlist[];