From 88a4bc40efa6be79b6f240ac1c371184835ef599 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 29 Aug 2017 13:30:40 +0000 Subject: Add forgotten patch. PR: 197193 Submitted by: mitsururike gmail com Sponsored by: Absolight --- net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c') diff --git a/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c b/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c new file mode 100644 index 000000000000..d96c844083be --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c @@ -0,0 +1,10 @@ +--- plugins/check_nagios.c.orig 2017-01-19 16:01:31 UTC ++++ plugins/check_nagios.c +@@ -64,6 +64,7 @@ main (int argc, char **argv) + int procuid = 0; + int procpid = 0; + int procppid = 0; ++ int procjid = 0; + int procvsz = 0; + int procrss = 0; + char proc_cgroup_hierarchy[MAX_INPUT_BUFFER]; -- cgit v1.2.3