diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-29 15:08:14 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-07-29 15:08:14 +0000 |
| commit | 549c291915d643196a67aab66c9cafafcb598813 (patch) | |
| tree | e925f27d50ba03c6c5be9398877174685ae38a10 /lib/libc/stdio/findfp.c | |
| parent | 401e25bd05d3529a603e447787673ac60ccb3e82 (diff) | |
Notes
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 3754258922cc..9e7bc28f1182 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() |
