Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index