summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/mktemp.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-10-24 11:57:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-10-24 11:57:24 +0000
commit5eb8ccf583a57a41a819a4fc2abb5175247fb418 (patch)
tree4a3768933426d936762d82b0a14dde763609285f /lib/libc/stdio/mktemp.c
parent56f0bef78c02f91020f8921e3f29f4dbdf4c3381 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/mktemp.c')
-rw-r--r--lib/libc/stdio/mktemp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c
index ec03f7144330..0d1712e9e4ef 100644
--- a/lib/libc/stdio/mktemp.c
+++ b/lib/libc/stdio/mktemp.c
@@ -85,10 +85,8 @@ _mktemp(path)
return(_gettemp(path, (int *)NULL, 0, 0) ? path : (char *)NULL);
}
-#ifdef UNSAFE_WARN
__warn_references(mktemp,
"warning: mktemp() possibly used unsafely; consider using mkstemp()");
-#endif
char *
mktemp(path)