https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196226
Bug ID: 196226
Summary: s/#ifdef __BSD_VISIBLE/#if __BSD_VISIBLE/
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 150906
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150906&action=edit
sigh, bugzilla wants this field filed in
__BSD_VISIBLE is always defined from sys/cdefs.h
As such, it should be fixed in several places.
$ grep -r '^#ifdef __BSD_VISIBLE' sys/
sys/aio.h:#ifdef __BSD_VISIBLE
sys/shm.h:#ifdef __BSD_VISIBLE
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"