Magellan Linux

Contents of /trunk/cpio/patches/cpio-2.11-gnulib-gets.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1851 - (show annotations) (download)
Mon Jul 23 08:33:22 2012 UTC (11 years, 10 months ago) by niro
File size: 516 byte(s)
-added patch to fix ftbfs with newer glibc
1 diff -Naur cpio-2.11/gnu/stdio.in.h cpio-2.11-magellan/gnu/stdio.in.h
2 --- cpio-2.11/gnu/stdio.in.h 2010-03-10 10:27:03.000000000 +0100
3 +++ cpio-2.11-magellan/gnu/stdio.in.h 2012-07-23 12:28:58.955982975 +0200
4 @@ -139,7 +139,9 @@
5 so any use of gets warrants an unconditional warning. Assume it is
6 always declared, since it is required by C89. */
7 #undef gets
8 +#if HAVE_RAW_DECL_GETS
9 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
10 +#endif
11
12 #if @GNULIB_FOPEN@
13 # if @REPLACE_FOPEN@