summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-23 03:30:02 +0000
committerache <ache@FreeBSD.org>2004-02-23 03:30:02 +0000
commit6d8625c7404a8dec7669543e89afbde428380d6a (patch)
tree3c61ee1c2b58f1c7d4ee20d897ffa3c0cb925bf4 /lib
parent2894d141c0b97e5460d0f8c37c7bb36781e135a4 (diff)
downloadFreeBSD-src-6d8625c7404a8dec7669543e89afbde428380d6a.zip
FreeBSD-src-6d8625c7404a8dec7669543e89afbde428380d6a.tar.gz
Remove unneccessary <unistd.h>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getsubopt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getsubopt.c b/lib/libc/stdlib/getsubopt.c
index 8577446..6d76f78 100644
--- a/lib/libc/stdlib/getsubopt.c
+++ b/lib/libc/stdlib/getsubopt.c
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
/*
* The SVID interface to getsubopt provides no way of figuring out which
OpenPOWER on IntegriCloud