cleanup; tmpfile now lets tmpnam allocate space for it, also checks
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jul 1988 07:11:43 +0000 (23:11 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jul 1988 07:11:43 +0000 (23:11 -0800)
commit49b9162550c799ada36a9198e82b60b96aa10c7b
treee7e3080d6a8bc76a10e90a6d67402d4cc985399f
parent43529c063174063ba01d2341a4335b6db0f76cbc
cleanup; tmpfile now lets tmpnam allocate space for it, also checks
result of tmpnam() call.  tmpnam() allocates space, doesn't use a static buf;
rewrite tempnam() to do no error checking, just depend on mktemp(3).

SCCS-vsn: lib/libc/stdio/tempnam.c 4.6
usr/src/lib/libc/stdio/tempnam.c