svn commit: r355761 - head/include

Kyle Evans kevans at FreeBSD.org
Sun Dec 15 01:26:58 UTC 2019


Author: kevans
Date: Sun Dec 15 01:26:57 2019
New Revision: 355761
URL: https://svnweb.freebsd.org/changeset/base/355761

Log:
  <unistd.h>: remove redundant __BSD_VISIBLE
  
  This bit is already inside of a larger __BSD_VISIBLE block.
  
  Reported by:	vangyzen

Modified:
  head/include/unistd.h

Modified: head/include/unistd.h
==============================================================================
--- head/include/unistd.h	Sat Dec 14 23:39:32 2019	(r355760)
+++ head/include/unistd.h	Sun Dec 15 01:26:57 2019	(r355761)
@@ -557,11 +557,9 @@ 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 *);


More information about the svn-src-all mailing list