2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Remove #include <unistd.h>. Not portable to NT and is apparently

not needed for any unix-standard thing, at least none that I could
identify in the file, and removing it did not generate any errors
on BSD/OS.
This commit is contained in:
David Lawrence
1999-09-27 19:23:57 +00:00
parent 4d8edd30dc
commit 2af4e7e0e6

View File

@@ -20,7 +20,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <isc/types.h>