NetBSD/usr.bin/sort
jdolecek d906805397 Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255).
This change tracks change in rev 1.25 of sort.c by Christos Zoulas.
While here, improve error messages slighly.
2001-02-23 08:59:49 +00:00
..
Makefile put tmp.c back to Makefile, too 2001-02-19 17:45:24 +00:00
append.c Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
extern.h Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
fields.c Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
files.c Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
fsort.c fsort(): don't call append() with zero nelem 2001-02-20 18:33:09 +00:00
fsort.h Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
init.c Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
msort.c Pull up various cosmetic (mostly whitespace) changes from OpenBSD. 2001-02-19 20:50:17 +00:00
pathnames.h Two classes of changes from the initial OpenBSD commit of this sort(1): 2000-10-07 20:37:06 +00:00
sort.1 Pull in various cosmetic changes from OpenBSD version of this manpage - mostly 2001-02-19 21:06:57 +00:00
sort.c - use MAXPATHLEN (1024) instead of _POSIX_PATH_MAX (255) for the temporary 2001-02-22 22:45:49 +00:00
sort.h cosmetic changes - make keylist[] static and remove extern definition 2001-02-19 19:31:29 +00:00
tmp.c Use MAXPATHLEN (which is 1024) instead of _POSIX_PATH_MAX (which is only 255). 2001-02-23 08:59:49 +00:00