K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-01-23T18:22:41.319647Z K 7 svn:log V 216 MFC 325835: Use #if instead of #ifdef for __BSD_VISIBLE tests. __BSD_VISIBLE is always defined and it's value instead needs to be tested via #if to determine if FreeBSD-specific APIs should be exposed. PR: 196226 END