is exported to userland
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <thorpej@shagadelic.org>
List: netbsd-bugs
Date: 03/07/2006 17:35:00
>Number: 33026
>Category: kern
>Synopsis: <sys/systm.h> is exported to userland
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Mar 07 17:35:00 +0000 2006
>Originator: Jason R Thorpe
>Release: NetBSD-current 20060307
>Organization:
-- Jason R. Thorpe <thorpej@shagadelic.org>
>Environment:
>Description:
<sys/systm.h> is exported to userland. This kernel-only header
contains nothing of value outside that context, and changes to
that header file (which were totally appropriate for a kernel
environment) recently broke compilation of the NetBSD userland.
>How-To-Repeat:
N/A
>Fix:
<sys/systm.h> should be removed from the collection of userland
headers and added to the obsolete list.