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

Modified Files:
	basesrc/usr.bin/sort: append.c files.c fsort.c

Log Message:
fix bugs caused by implicit assumption that 'length' and
'offset' members of struct recheader/trecheader are shorts - they are size_t
now
this makes sort pass all tests in TEST/stests again after my last change

other misc cosmetic changes


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/sort/append.c \
    basesrc/usr.bin/sort/files.c 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.