Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2017 23:51:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223481] [exp-run] Fix two __BSD_VISIBLE tests
Message-ID:  <bug-223481-13-PiMH33bD70@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223481-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223481-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223481

--- Comment #2 from commit-hook@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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