Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/04/2004 07:43:56
Module Name:	src
Committed By:	he
Date:		Fri Jun  4 07:43:56 UTC 2004

Modified Files:
	src/sys/ufs/ffs: ffs_extern.h

Log Message:
Need to forward-declare "struct timespec" because the new ffs_snapshot()
function declaration refers to it.  Fixes build problem of sbin/badsect
for the vax target, which still uses gcc 2.95.3.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/ufs/ffs/ffs_extern.h

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