diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-06-26 14:23:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-26 14:55:46 +0000 |
commit | fe594b5019dc0a4d2abd0e30a61d4f695e9737c8 (patch) | |
tree | da2e0f251c5171948fc7b69d0c445adfdb3a632c /testing/cpio/001-cpio-2.11-stdio.in.patch | |
parent | 22fd2484b4fc9e52d340b65871040d69f7bc2b73 (diff) | |
download | aports-fe594b5019dc0a4d2abd0e30a61d4f695e9737c8.tar.bz2 aports-fe594b5019dc0a4d2abd0e30a61d4f695e9737c8.tar.xz |
testing/cpio: new aport
Diffstat (limited to 'testing/cpio/001-cpio-2.11-stdio.in.patch')
-rw-r--r-- | testing/cpio/001-cpio-2.11-stdio.in.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/cpio/001-cpio-2.11-stdio.in.patch b/testing/cpio/001-cpio-2.11-stdio.in.patch new file mode 100644 index 0000000000..bbdaeead3a --- /dev/null +++ b/testing/cpio/001-cpio-2.11-stdio.in.patch @@ -0,0 +1,14 @@ +diff -urNp cpio-2.11-orig/gnu/stdio.in.h cpio-2.11/gnu/stdio.in.h +--- cpio-2.11-orig/gnu/stdio.in.h 2010-03-10 10:27:03.000000000 +0100 ++++ cpio-2.11/gnu/stdio.in.h 2012-06-04 10:23:23.804471185 +0200 +@@ -139,7 +139,9 @@ _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 ++#if HAVE_RAW_DECL_GETS + _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); ++#endif + + #if @GNULIB_FOPEN@ + # if @REPLACE_FOPEN@ + |