2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

no longer needs dirent.h

This commit is contained in:
David Lawrence 1999-09-30 22:14:53 +00:00
parent fd35453765
commit 72c99dbd09

View File

@ -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 <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> /* XXXDCL NT -- for unlink */
#include <dirent.h> /* XXXDCL NT -- for opendir/readdir */
#include <isc/assertions.h>
#include <isc/boolean.h>