200-fix-gets-removal.patch 439 B

12345678910111213141516
  1. --- a/grub-core/gnulib/stdio.in.h
  2. +++ b/grub-core/gnulib/stdio.in.h
  3. @@ -695,13 +695,6 @@ _GL_WARN_ON_USE (getline, "getline is un
  4. # endif
  5. #endif
  6. -/* It is very rare that the developer ever has full control of stdin,
  7. - so any use of gets warrants an unconditional warning; besides, C11
  8. - removed it. */
  9. -#undef gets
  10. -#if HAVE_RAW_DECL_GETS
  11. -#endif
  12. -
  13. #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
  14. struct obstack;