https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210026
--- Comment #2 from [email protected] --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
