summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-12-15 01:26:57 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-12-15 01:26:57 +0000
commit727b66b6d9b3fa6a4b780998031191e98e137dcf (patch)
treee3bb370fe1720841305954323cd18cceadaa2c44 /include
parent9d4710591bd416fb7390dcc1c6844bf948292114 (diff)
downloadsrc-test2-727b66b6d9b3fa6a4b780998031191e98e137dcf.tar.gz
src-test2-727b66b6d9b3fa6a4b780998031191e98e137dcf.zip
<unistd.h>: remove redundant __BSD_VISIBLE
This bit is already inside of a larger __BSD_VISIBLE block. Reported by: vangyzen
Notes
Notes: svn path=/head/; revision=355761
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index a28be82f0168..1f1f8a7cebd4 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -557,12 +557,10 @@ pid_t rfork_thread(int, void *, int (*)(void *), void *);
int rresvport(int *);
int rresvport_af(int *, int);
int ruserok(const char *, int, const char *, const char *);
-#if __BSD_VISIBLE
#ifndef _SELECT_DECLARED
#define _SELECT_DECLARED
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
#endif
-#endif
int setdomainname(const char *, int);
int setgroups(int, const gid_t *);
void sethostid(long);