<unistd.h>: remove redundant __BSD_VISIBLE

This bit is already inside of a larger __BSD_VISIBLE block.

Reported by:	vangyzen
This commit is contained in:
Kyle Evans 2019-12-15 01:26:57 +00:00
parent 9d4710591b
commit 727b66b6d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355761

View file

@ -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);