Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 04/30/2001 03:25:10
Module Name:	basesrc
Committed By:	ross
Date:		Mon Apr 30 00:25:09 UTC 2001

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

Log Message:
XXX
For some reason this program wants to open _hundreds_ of temporary files.
Make it setrlimit(RLIMIT_NOFILE, ...), so this rather dubious strategy at
least works well enough to ctag(1) our own kernel.
XXX


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 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.