summaryrefslogtreecommitdiff
path: root/community/augeas/augeas-0.10.0-gets.patch
blob: d66a46935b3995a9ac32b0ca88f11a3388d6dba7 (plain)
1
2
3
4
5
6
7
8
9
10
--- augeas-0.10.0.orig/gnulib/lib/stdio.in.h	2011-03-03 20:07:59.000000000 -0500
+++ augeas-0.10.0/gnulib/lib/stdio.in.h	2012-12-23 07:26:24.774463902 -0500
@@ -162,7 +162,6 @@
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 #undef gets
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@