Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/10/2002 01:51:01
Module Name:	syssrc
Committed By:	lukem
Date:		Wed Jan  9 23:51:01 UTC 2002

Modified Files:
	syssrc/sys/ufs/ffs: ffs_subr.c

Log Message:
Only pull in <sys/systm.h> #ifdef _KERNEL, since it's a kernel only header.
In the ! _KERNEL case, provide own prototype for panic() instead.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/ufs/ffs/ffs_subr.c

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