Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/09/2004 15:43:20
Module Name:	src
Committed By:	atatat
Date:		Fri Apr  9 15:43:20 UTC 2004

Modified Files:
	src/sys/sys: mbuf.h sysctl.h

Log Message:
Standalone programs should not use stddef.h.  They are more like the
kernel, so they must use sys/systm.h instead.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/sys/mbuf.h
cvs rdiff -r1.117 -r1.118 src/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.