Blob Blame History Raw
diff -up augeas-0.10.0/gnulib/lib/stdio.in.h.orig augeas-0.10.0/gnulib/lib/stdio.in.h
--- augeas-0.10.0/gnulib/lib/stdio.in.h.orig	2011-03-03 17:07:59.000000000 -0800
+++ augeas-0.10.0/gnulib/lib/stdio.in.h	2012-08-09 12:18:51.817580091 -0700
@@ -161,8 +161,10 @@ _GL_WARN_ON_USE (fflush, "fflush is not
 /* It is very rare that the developer ever has full control of stdin,
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
+/* Don't mention gets at all
 #undef gets
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+*/
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@