Date: Sun, 15 Dec 2019 01:26:58 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355761 - head/include Message-ID: <201912150126.xBF1QwFd028924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912150126.xBF1QwFd028924>