diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:32:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:32:32 +0100 |
commit | 05abc676e9272fdf933e0ea376bb12d8ec497467 (patch) | |
tree | ccc68f3331a49d76edf06d82d532660bd47c725c /package/m4/patches/patch-lib_stdio_in_h | |
parent | 333245969917c94a03900881cc9ac5c1c401ab86 (diff) |
update to latest upstream version and add host build stuff
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, 0 insertions, 10 deletions
diff --git a/package/m4/patches/patch-lib_stdio_in_h b/package/m4/patches/patch-lib_stdio_in_h deleted file mode 100644 index 44644e4a7..000000000 --- a/package/m4/patches/patch-lib_stdio_in_h +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 2013-09-04 13:47:39.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@ |