wok diff nagios-plugins/stuff/patches/check_load.c-2.4.0 @ rev 25054

Up quarry (0.3.0.1), sunxi-tools (1.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 08:51:13 2022 +0000 (2022-06-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nagios-plugins/stuff/patches/check_load.c-2.4.0	Mon Jun 06 08:51:13 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +--- plugins/check_load.c.original
     1.5 ++++ plugins/check_load.c
     1.6 +@@ -351,6 +351,7 @@
     1.7 + 	pid_t kthread_ppid = 0;
     1.8 + 	int procvsz = 0;
     1.9 + 	int procrss = 0;
    1.10 ++	int procjid = 0;
    1.11 + 	float procpcpu = 0;
    1.12 + 	char procstat[8];
    1.13 + #ifdef PS_USES_PROCETIME