From a5e9e20deb16f624892b6d41bdc25107e5b2d107 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Dec 2013 11:39:12 -0500 Subject: Drop obsolete patch. --- diff --git a/patches/01_fix-gnulib-gets.patch b/patches/01_fix-gnulib-gets.patch deleted file mode 100644 index 27f484d..0000000 --- a/patches/01_fix-gnulib-gets.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Daniel Schepler -Origin: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694952 -Description: Fix Gnulib to build with newer versions of glibc/EGLIBC - ---- a/lib/stdio.in.h -+++ b/lib/stdio.in.h -@@ -162,7 +162,9 @@ - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ - #undef gets -+#if 0 - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -+#endif - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ -- cgit v0.9.1