diff options
Diffstat (limited to 'stdio')
-rw-r--r-- | stdio/gets.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdio/gets.c b/stdio/gets.c index 7f84c92df3..0a01126b91 100644 --- a/stdio/gets.c +++ b/stdio/gets.c @@ -20,8 +20,7 @@ Cambridge, MA 02139, USA. */ #include <errno.h> #include <string.h> -link_warning (gets, - "the `gets' function is unreliable and should not be used.") +link_warning (gets, "the `gets' function is dangerous and should not be used.") /* Read a newline-terminated string from stdin into S, removing the trailing newline. Return S or NULL. */ |