diff options
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins_check__nagios.c | 10 |
1 files changed, 10 insertions, 0 deletions
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 0000000..d96c844 --- /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]; |