diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 11:57:24 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 11:57:24 +0000 |
| commit | 5eb8ccf583a57a41a819a4fc2abb5175247fb418 (patch) | |
| tree | 4a3768933426d936762d82b0a14dde763609285f /lib/libc/stdio/mktemp.c | |
| parent | 56f0bef78c02f91020f8921e3f29f4dbdf4c3381 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/mktemp.c')
| -rw-r--r-- | lib/libc/stdio/mktemp.c | 2 |
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) |
