patch-gettext-tools_libgettextpo_stdio_in_h 511 B

12345678910
  1. --- gettext-0.18.1.1.orig/gettext-tools/libgettextpo/stdio.in.h 2010-05-17 21:58:03.000000000 +0200
  2. +++ gettext-0.18.1.1/gettext-tools/libgettextpo/stdio.in.h 2012-07-31 11:31:22.000000000 +0200
  3. @@ -141,7 +141,6 @@ _GL_WARN_ON_USE (fflush, "fflush is not
  4. so any use of gets warrants an unconditional warning. Assume it is
  5. always declared, since it is required by C89. */
  6. #undef gets
  7. -_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
  8. #if @GNULIB_FOPEN@
  9. # if @REPLACE_FOPEN@