Magellan Linux

Contents of /trunk/bison/patches/bison-2.5-gnulib-gets.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1843 - (show annotations) (download)
Fri Jul 13 14:57:25 2012 UTC (11 years, 10 months ago) by niro
File size: 516 byte(s)
-added patch to fix build against newer glibc
1 diff -Naur bison-2.5/lib/stdio.in.h bison-2.5-magellan/lib/stdio.in.h
2 --- bison-2.5/lib/stdio.in.h 2011-05-15 00:23:46.000000000 +0200
3 +++ bison-2.5-magellan/lib/stdio.in.h 2012-07-13 18:51:45.447982661 +0200
4 @@ -181,7 +181,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@