aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-12-19 02:19:04 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-12-19 02:19:04 +0000
commitaa7a059a495eb123c773398e6e8381f3f6c53c63 (patch)
tree3eee7147c61c18523cdcbdd91829dc91069ea61e /include
parentf2ee1d715303421d554b6fe6be77c7dfa1278137 (diff)
downloadsrc-aa7a059a495eb123c773398e6e8381f3f6c53c63.tar.gz
src-aa7a059a495eb123c773398e6e8381f3f6c53c63.zip
MFC r355761: <unistd.h>: remove redundant __BSD_VISIBLE
This bit is already inside of a larger __BSD_VISIBLE block.
Notes
Notes: svn path=/stable/12/; revision=355900
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 835a6dffc471..830e9c474c38 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -556,12 +556,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);