Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/18/2001 23:40:16
Module Name: basesrc
Committed By: jdolecek
Date: Thu Jan 18 21:40:16 UTC 2001
Modified Files:
basesrc/usr.bin/sort: fsort.c
Log Message:
keep bumping the record buffer up to 8 records - this is to avoid making
excessive number of temporary files for oversized records; the way the
buffer is enlarged is now also safer
initialize 'bufsize' statically, so that the value can be safely used
in e.g. msort.c:fmerge()
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.bin/sort/fsort.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.