Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/01/2005 23:45:59
Module Name: src
Committed By: he
Date: Fri Apr 1 23:45:59 UTC 2005
Modified Files:
src/sbin/fsck_lfs: lfs.h segwrite.c
Log Message:
Move the definition of simple_lock() and simple_unlock() to a common
header, since more of the LFS macros now use these functions. Since
we're outside of the kernel, these are defined to be empty.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/fsck_lfs/lfs.h
cvs rdiff -r1.8 -r1.9 src/sbin/fsck_lfs/segwrite.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.