From 72c99dbd09accc3a347d0eac6ad67ad992b0ee96 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 30 Sep 1999 22:14:53 +0000 Subject: [PATCH] no longer needs dirent.h --- lib/isc/log.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/isc/log.c b/lib/isc/log.c index 92cf4936c2..075af545b4 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.1 1999/09/23 17:43:50 tale Exp $ */ +/* $Id: log.c,v 1.2 1999/09/30 22:14:53 tale Exp $ */ /* Principal Authors: DCL */ @@ -28,7 +28,6 @@ #include #include #include /* XXXDCL NT -- for unlink */ -#include /* XXXDCL NT -- for opendir/readdir */ #include #include