summaryrefslogtreecommitdiff
path: root/package/bison/patches/patch-lib_stdio_in_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-10-01 13:02:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-10-01 13:02:52 +0200
commitade3509991388339b04a86806ea979ee0eda2ee4 (patch)
tree944156d41193248c984320c6838bab425bae4fc1 /package/bison/patches/patch-lib_stdio_in_h
parent40e6fa996c00f2dcd9aaa7ce3c743cbf3bd00595 (diff)
parent3393f9b404c23f5c9e2aeda0ac22d6277ee4c06e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/patches/patch-lib_stdio_in_h')
-rw-r--r--package/bison/patches/patch-lib_stdio_in_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bison/patches/patch-lib_stdio_in_h b/package/bison/patches/patch-lib_stdio_in_h
new file mode 100644
index 000000000..6990dc0fe
--- /dev/null
+++ b/package/bison/patches/patch-lib_stdio_in_h
@@ -0,0 +1,10 @@
+--- bison-2.4.3.orig/lib/stdio.in.h 2010-08-06 03:00:04.000000000 +0200
++++ bison-2.4.3/lib/stdio.in.h 2012-09-29 09:34:19.000000000 +0200
+@@ -143,7 +143,6 @@ _GL_WARN_ON_USE (fflush, "fflush is not
+ 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@