K 10 svn:author V 8 cperciva K 8 svn:date V 27 2020-07-31T03:31:04.739144Z K 7 svn:log V 411 Remove __BSD_VISIBLE from spiped build I added this in 2013 because it was needed in order to have MSG_NOSIGNAL defined; having that improved performance by avoiding the need go mask and unmask SIGPIPE repeately. From src r248932 onwards (aka. 10.0-RELEASE and later) __BSD_VISIBLE is no longer needed for this; since FreeBSD 9.x and earlier are no longer supported, there is no point keeping the workaround. END