From 3c851928794a78ebce8e946acaf6af44d3398bbe Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 2 May 2015 02:19:17 -0500 Subject: nagios-plugins-2.0.3-1: updating version --- pcr/nagios-plugins/stdio.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 pcr/nagios-plugins/stdio.patch (limited to 'pcr/nagios-plugins/stdio.patch') diff --git a/pcr/nagios-plugins/stdio.patch b/pcr/nagios-plugins/stdio.patch deleted file mode 100644 index f87d313b5..000000000 --- a/pcr/nagios-plugins/stdio.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur nagios-plugins-1.4.16-orig/gl/stdio.in.h nagios-plugins-1.4.16-patched/gl/stdio.in.h ---- nagios-plugins-1.4.16-orig/gl/stdio.in.h 2012-06-27 19:32:47.000000000 +0200 -+++ nagios-plugins-1.4.16-patched/gl/stdio.in.h 2012-08-09 06:29:26.038030953 +0200 -@@ -140,8 +140,10 @@ - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ -+#ifdef gets - #undef gets - _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); -+#endif - - #if @GNULIB_FOPEN@ - # if @REPLACE_FOPEN@ -- cgit v1.2.3