From 8fbfd8b125d91112252525256f8d195d1c96153b Mon Sep 17 00:00:00 2001 From: sheldonh Date: Sun, 29 Jul 2001 15:08:14 +0000 Subject: Avoid any chance of being misunderstood as having libelled developers or developers' vendors without compromising the importance of warning against bad practice. Reported by: mjacob MFC after: 1 week --- lib/libc/stdio/findfp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index 3754258..9e7bc28 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -192,7 +192,7 @@ found: * but documented historically for certain applications. Bad applications. */ __warn_references(f_prealloc, - "warning: this program uses f_prealloc(), which is stupid."); + "warning: this program uses f_prealloc(), which is not recommended."); void f_prealloc() -- cgit v1.1