From e84b0a4425fbbd963ec44fc1449a164ba0f6e204 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 1 Nov 2006 10:39:08 +0000 Subject: - Update to 104872 PR: ports/104872 Submitted by: Jarrod Sayers (maintainer) --- .../nagios-plugins/files/patch-plugins__check_snmp.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c') diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c deleted file mode 100644 index 542204fb8a9d..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins__check_snmp.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/check_snmp.c.orig Tue Nov 1 06:33:19 2005 -+++ plugins/check_snmp.c Fri May 12 23:29:24 2006 -@@ -206,6 +206,7 @@ - strcat(perfstr, "| "); - while (ptr) { - char *foo; -+ char *str[MAX_INPUT_BUFFER]; - - foo = strstr (ptr, delimiter); - strncat(perfstr, ptr, foo-ptr); -@@ -338,7 +339,6 @@ - - i++; - -- char *str[MAX_INPUT_BUFFER]; - asprintf(str, "=%s%s;;;; ", show, type ? type : ""); - strcat(perfstr, *str); - -- cgit v1.2.3