mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
no longer needs dirent.h
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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 */
|
/* Principal Authors: DCL */
|
||||||
|
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <unistd.h> /* XXXDCL NT -- for unlink */
|
#include <unistd.h> /* XXXDCL NT -- for unlink */
|
||||||
#include <dirent.h> /* XXXDCL NT -- for opendir/readdir */
|
|
||||||
|
|
||||||
#include <isc/assertions.h>
|
#include <isc/assertions.h>
|
||||||
#include <isc/boolean.h>
|
#include <isc/boolean.h>
|
||||||
|
Reference in New Issue
Block a user