summaryrefslogtreecommitdiff
path: root/pcr/nagios-plugins/stdio.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-02 13:43:45 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-02 13:43:45 -0200
commitcd1a2ffd0e3e34edec9379423e5999c156747cc3 (patch)
treed08a25d35f3fab8596a151ba2aed15f8a1155ae3 /pcr/nagios-plugins/stdio.patch
parentc263eb4fd1a9ccb79202f226cf3dc519de9cc296 (diff)
parent6c2c57807ae8f3c85a7d5cfbfeeebd00894861a5 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/nagios-plugins/stdio.patch')
-rw-r--r--pcr/nagios-plugins/stdio.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/pcr/nagios-plugins/stdio.patch b/pcr/nagios-plugins/stdio.patch
new file mode 100644
index 000000000..f87d313b5
--- /dev/null
+++ b/pcr/nagios-plugins/stdio.patch
@@ -0,0 +1,14 @@
+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@