diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_snmp.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-check_snmp.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_snmp.c b/net-mgmt/nagios-plugins/files/patch-check_snmp.c deleted file mode 100644 index 7cc1009fad62..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-check_snmp.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/check_snmp.c.orig Wed Sep 7 12:35:57 2005 -+++ plugins/check_snmp.c Wed Sep 7 12:43:03 2005 -@@ -141,6 +141,7 @@ - char *p2 = NULL; - char *show = NULL; - char type[8]; -+ char *str[MAX_INPUT_BUFFER]; - - setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C"); - bindtextdomain (PACKAGE, LOCALEDIR); -@@ -338,7 +339,6 @@ - - i++; - -- char *str[MAX_INPUT_BUFFER]; - asprintf(str, "=%s%s;;;; ", show, type ? type : ""); - strcat(perfstr, *str); - |