Blame SOURCES/amanda-3.3.1-stdio.patch

ea0dde
diff --git a/gnulib/stdio.in.h b/gnulib/stdio.in.h
ea0dde
index 80b9dbf..dc2dc9a 100644
ea0dde
--- a/gnulib/stdio.in.h
ea0dde
+++ b/gnulib/stdio.in.h
ea0dde
@@ -140,8 +140,8 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
ea0dde
 /* It is very rare that the developer ever has full control of stdin,
ea0dde
    so any use of gets warrants an unconditional warning.  Assume it is
ea0dde
    always declared, since it is required by C89.  */
ea0dde
-#undef gets
ea0dde
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
ea0dde
+//#undef gets
ea0dde
+//_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
ea0dde
 
ea0dde
 #if @GNULIB_FOPEN@
ea0dde
 # if @REPLACE_FOPEN@