Subject: CVS commit: src/usr.bin/sort
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/24/2002 17:09:28
Module Name:	src
Committed By:	jdolecek
Date:		Tue Dec 24 15:09:27 UTC 2002

Modified Files:
	src/usr.bin/sort: files.c fsort.h

Log Message:
max_o in struct tempfile needs to be off_t
use fseeko() rather than fseek() when changing file offset using max_o


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/usr.bin/sort/files.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/sort/fsort.h

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