summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/tmpnam.c
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-01-20 07:47:03 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-01-20 07:47:03 +0000
commita712527340cfa65d54620eebac075dfc894a6b98 (patch)
tree1e30a350b4b7201366fc0ac51809bf08577bf8e8 /lib/libc/stdio/tmpnam.c
parent8ac1042d163fa341e5795d47c6f88d6ce21a2ccb (diff)
back out my last change to avoid the __warn_references on the mips - it's
now done for the pmax like for the arc in machine/cdefs.h
Diffstat (limited to 'lib/libc/stdio/tmpnam.c')
-rw-r--r--lib/libc/stdio/tmpnam.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/stdio/tmpnam.c b/lib/libc/stdio/tmpnam.c
index 620cdf2fc6f..865800f3c12 100644
--- a/lib/libc/stdio/tmpnam.c
+++ b/lib/libc/stdio/tmpnam.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: tmpnam.c,v 1.4 1997/01/19 22:32:23 graichen Exp $";
+static char rcsid[] = "$OpenBSD: tmpnam.c,v 1.5 1997/01/20 07:46:57 graichen Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -43,10 +43,8 @@ static char rcsid[] = "$OpenBSD: tmpnam.c,v 1.4 1997/01/19 22:32:23 graichen Exp
#include <stdio.h>
#include <unistd.h>
-#ifndef NO_WARN_REFERENCES
__warn_references(tmpnam,
"warning: tmpnam() possibly used unsafely; consider using mkstemp()");
-#endif
extern char *_mktemp __P((char *));