lukem
Sat Mar 15 21:00:41 PST 1997
Update of /cvsroot/src/lib/libc/stdio
In directory netbsd1:/home/lukem/libc/stdio
Modified Files:
mktemp.c tempnam.c tmpnam.c
Log Message:
add warn_refs for mktemp(), tempnam(), and tmpnam() since most code
use these incorrectly. mkstemp() is ok however. inspired by openbsd