[Bug 210026] sys/soundcard.h: drop obsolete INKERNEL check for hiding SEQ_* macros
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 4 18:57:16 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210026
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: ed
Date: Sat Jun 4 18:57:01 UTC 2016
New revision: 301406
URL: https://svnweb.freebsd.org/changeset/base/301406
Log:
Don't test for INKERNEL to check whether we're in kernel space.
It turns out that <machine/param.h> actually defines a macro under this
name, even when we're not in kernelspace. This causes us to suppress
some macro definitions that are used by userspace apps.
PR: 210026
Reported by: jbeich@
MFC after: 2 weeks
Changes:
head/sys/sys/soundcard.h
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list