Subject: CVS commit: basesrc/usr.bin/vi/common
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 08/18/2001 00:33:48
Module Name:	basesrc
Committed By:	aymeric
Date:		Fri Aug 17 21:33:47 UTC 2001

Modified Files:
	basesrc/usr.bin/vi/common: exf.c

Log Message:
Prevent nvi from looping infinitely when it can't create a temporary file
because of a weird umask for example.
Make it exit instead.
This differs from the OpenBSD behaviour and is believed to be more correct.

Reported by Thomas Klausner in private e-mail, followed by a small discussion in
tech-userlevel a while ago.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/vi/common/exf.c

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