Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 10:20:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 196226] New: s/#ifdef __BSD_VISIBLE/#if __BSD_VISIBLE/
Message-ID:  <bug-196226-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: pluknet@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196226-8>