diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
commit | 046cf475d64cb44460ac0aeb9e53032efd8185d0 (patch) | |
tree | 46ddb06b418e42c52c0a02ba2b90f0f4d2b9b93e /package/m4/patches/patch-lib_stdio_in_h | |
parent | 58de4f5caf471cecbaebdb023cd8e2c5f89bfdb3 (diff) | |
parent | ec67efc42516136adee22d15ef1fb64b32637806 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/m4/patches/patch-lib_stdio_in_h')
-rw-r--r-- | package/m4/patches/patch-lib_stdio_in_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/m4/patches/patch-lib_stdio_in_h b/package/m4/patches/patch-lib_stdio_in_h new file mode 100644 index 000000000..3453282bc --- /dev/null +++ b/package/m4/patches/patch-lib_stdio_in_h @@ -0,0 +1,10 @@ +--- m4-1.4.16.orig/lib/stdio.in.h 2011-03-01 17:39:29.000000000 +0100 ++++ m4-1.4.16/lib/stdio.in.h 2012-10-02 09:26:29.000000000 +0200 +@@ -162,7 +162,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@ |