Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/25/1997 14:00:02
lukem
Tue Mar 25 05:56:40 PST 1997
Update of /cvsroot/src/gnu/usr.bin/rcs/lib
In directory netbsd1:/var/slash-tmp/cvs-serv19864/lib

Modified Files:
	conf.h rcsedit.c rcsfnms.c 
Log Message:
Add "#define has_mkstemp 1" (which needs "#define has_mktemp 1"),
and hack to use mkstemp() instead of mktemp(). This *does* cause the
tempfile to be created at name generation time, but that's ok because
the code will fopen(tempname), use it, and the unlink it. Kinda cute
(``ugly but interesting'' :), but seems to work, and passes
'sh ./rcstest' as well as rudimentary tests by me.