Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/19/2006 15:52:58
Module Name:	src
Committed By:	christos
Date:		Wed Apr 19 15:52:58 UTC 2006

Modified Files:
	src/sbin/fsck_lfs: bufcache.c bufcache.h

Log Message:
"struct ucred" should not be exposed to userland. Instead make it a "void *"
since it is not really used.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sbin/fsck_lfs/bufcache.c
cvs rdiff -r1.5 -r1.6 src/sbin/fsck_lfs/bufcache.h

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