Subject: CVS commit: syssrc/sys/ufs/ffs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/26/2001 09:37:57
Module Name:	syssrc
Committed By:	lukem
Date:		Fri Oct 26 06:37:56 UTC 2001

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

Log Message:
- pull in ufsmount.h after inode.h, because the latter pulls in
  quota.h which the former needs, and this makes the usage consistent
  with other files anyway
- expand the details in a few panic strings


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 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.