Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/17/2000 18:16:27
Module Name:	basesrc
Committed By:	jdolecek
Date:		Tue Oct 17 15:16:27 UTC 2000

Modified Files:
	basesrc/usr.bin/sort: msort.c

Log Message:
order(): since getline()/getnext() behaviour wrt passed
end pointer has changed (full buffer is used instead of first DEFLLEN bytes)
the end pointer cannot be shared for crec and prec, we need to pass
different value in each case


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/sort/msort.c

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