Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jun 2016 18:57:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210026] sys/soundcard.h: drop obsolete INKERNEL check for hiding SEQ_* macros
Message-ID:  <bug-210026-8-wgaFJLcHdw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210026-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210026-8@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=3D210026

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

--=20
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-210026-8-wgaFJLcHdw>