Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 02/24/2003 00:47:45
Module Name:	src
Committed By:	simonb
Date:		Sun Feb 23 22:47:44 UTC 2003

Modified Files:
	src/sys/lib/libsa: lfs.c ufs.c

Log Message:
Use the MAX() macro from <sys/param.h> instead of a local inline.  Results
in same code size in ufs.c and removes an unused inline function in lfs.c.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/lib/libsa/lfs.c
cvs rdiff -r1.31 -r1.32 src/sys/lib/libsa/ufs.c

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