Subject: CVS commit: basesrc/sbin/newfs
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/31/2001 04:31:27
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jul 31 01:31:27 UTC 2001

Modified Files:
	basesrc/sbin/newfs: mkfs.c

Log Message:
revert rev 1.48 for now, until i'm sure the malloc (et al) rename is
safe (since there's two separate mallocs using sbrk(2) in that case)

XXX: local malloc provided for mfs memory store allocation; need to
investigate if system (phk) malloc can be used instead.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 basesrc/sbin/newfs/mkfs.c

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