[Bug 196226] New: s/#ifdef __BSD_VISIBLE/#if __BSD_VISIBLE/

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 23 10:20:28 UTC 2014


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: freebsd-bugs at FreeBSD.org
          Reporter: pluknet at FreeBSD.org

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.


More information about the freebsd-bugs mailing list