Subject: Re: CVS commit: src/sys/sys
To: Matthias Scheler <tron@netbsd.org>
From: Christoph Badura <bad@bsd.de>
List: source-changes
Date: 01/04/2004 01:16:31
On Sat, Jan 03, 2004 at 11:29:42PM +0000, Matthias Scheler wrote:
> Modified Files:
> 	src/sys/sys: sysctl.h
> 
> Log Message:
> Include "sys/param.h" to fix build problems in applications which include
> this header file.

why? sysctl(3) explicitly documents the need to include <sys/param.h> before
including <sys/sysctl.h>.

This should be backed out.

--chris