[Bug 223481] [exp-run] Fix two __BSD_VISIBLE tests
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 14 23:51:05 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223481
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jhb
Date: Tue Nov 14 23:50:31 UTC 2017
New revision: 325835
URL: https://svnweb.freebsd.org/changeset/base/325835
Log:
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, 223481 (exp-run)
Submitted by: pluknet
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D12977
Changes:
head/sys/sys/aio.h
head/sys/sys/shm.h
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list