Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/23/2001 00:45:49
Module Name:	basesrc
Committed By:	christos
Date:		Thu Feb 22 22:45:49 UTC 2001

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

Log Message:
- use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporary
  path buffer
- provide better error messages about why the temp file creation is failing
- explicitly compare syscall return to -1 instead of < 0 and fdopen return
  to NULL instead of 0.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/usr.bin/sort/sort.c

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