diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-07-29 15:08:14 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-07-29 15:08:14 +0000 |
commit | 8fbfd8b125d91112252525256f8d195d1c96153b (patch) | |
tree | e925f27d50ba03c6c5be9398877174685ae38a10 /lib/libc/stdio/findfp.c | |
parent | a912f88e2254e0bf61475f94996cf572f35b310c (diff) | |
download | FreeBSD-src-8fbfd8b125d91112252525256f8d195d1c96153b.zip FreeBSD-src-8fbfd8b125d91112252525256f8d195d1c96153b.tar.gz |
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
Diffstat (limited to 'lib/libc/stdio/findfp.c')
-rw-r--r-- | lib/libc/stdio/findfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() |