Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/04/2000 14:37:55
Module Name: basesrc
Committed By: jdolecek
Date: Wed Oct 4 11:37:55 UTC 2000
Modified Files:
basesrc/sbin/fsck_lfs: setup.c
Log Message:
setup(): use calloc() for blockmap allocation, instead of malloc() followed
by bzero(); the net result is that the test for allocation failure
is actually sensible now
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/sbin/fsck_lfs/setup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.