diff options
author | ache <ache@FreeBSD.org> | 2004-02-23 03:30:02 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-23 03:30:02 +0000 |
commit | 6d8625c7404a8dec7669543e89afbde428380d6a (patch) | |
tree | 3c61ee1c2b58f1c7d4ee20d897ffa3c0cb925bf4 /lib/libc/stdlib/getsubopt.c | |
parent | 2894d141c0b97e5460d0f8c37c7bb36781e135a4 (diff) | |
download | FreeBSD-src-6d8625c7404a8dec7669543e89afbde428380d6a.zip FreeBSD-src-6d8625c7404a8dec7669543e89afbde428380d6a.tar.gz |
Remove unneccessary <unistd.h>
Diffstat (limited to 'lib/libc/stdlib/getsubopt.c')
-rw-r--r-- | lib/libc/stdlib/getsubopt.c | 1 |
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 |