From f781b637bfa0119b603af8eb33da085bf6eb0821 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 17 Jan 2002 20:42:30 +0000 Subject: Don't waste space warning about tempnam() --- libc/stdio/tempnam.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdio/tempnam.c') diff --git a/libc/stdio/tempnam.c b/libc/stdio/tempnam.c index f1ea626b6..4beb5af83 100644 --- a/libc/stdio/tempnam.c +++ b/libc/stdio/tempnam.c @@ -45,4 +45,3 @@ tempnam (const char *dir, const char *pfx) return strdup (buf); } -link_warning (tempnam, "`tempnam' is dangerous, use `mkstemp'") -- cgit v1.2.3