summaryrefslogtreecommitdiff
path: root/app-admin/augeas/files/augeas-0.10.0-gets.patch
blob: 5f754955be6caf84f953a614aa40c61da125e4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 gnulib/lib/stdio.in.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnulib/lib/stdio.in.h b/gnulib/lib/stdio.in.h
index 9091497..fa7e3fb 100644
--- a/gnulib/lib/stdio.in.h
+++ b/gnulib/lib/stdio.in.h
@@ -162,7 +162,6 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
    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@