Blame SOURCES/amanda-3.3.1-stdio.patch

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