diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c index 6de227f650..c12294dc5b 100644 --- a/bin/named/lwresd.c +++ b/bin/named/lwresd.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.c,v 1.21 2000/10/24 04:27:25 bwelling Exp $ */ +/* $Id: lwresd.c,v 1.22 2000/10/30 20:15:20 bwelling Exp $ */ /* * Main program for the Lightweight Resolver Daemon. @@ -29,26 +29,19 @@ #include #include +#include -#include #include #include #include -#include -#include +#include #include -#include #include -#include #include #include -#include -#include #include -#include #include -#include #include #include @@ -57,7 +50,6 @@ #include #include #include -#include #define LWRESD_MAGIC ISC_MAGIC('L', 'W', 'R', 'D') #define VALID_LWRESD(l) ISC_MAGIC_VALID(l, LWRESD_MAGIC)