summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-12-06 11:39:12 (EST)
committer P. J. McDermott <pjm@nac.net>2013-12-06 11:39:12 (EST)
commita5e9e20deb16f624892b6d41bdc25107e5b2d107 (patch)
treebfaa890469fd46ec70daa9d79e4e01c1e48acda7
parent39031487d65c89bd9ae38271178686ff473a4a60 (diff)
Drop obsolete patch.
-rw-r--r--patches/01_fix-gnulib-gets.patch16
1 files changed, 0 insertions, 16 deletions
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 <schepler@debian.org>
-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@