403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.116
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net-mgmt/nagios-plugins/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net-mgmt/nagios-plugins/files/patch-plugins_check__load.c
--- plugins/check_load.c.orig	2020-02-24 15:17:13 UTC
+++ plugins/check_load.c
@@ -111,7 +111,7 @@ main (int argc, char **argv)
 	int len;
 #endif
 
-	setlocale (LC_ALL, "");
+	setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");
 	bindtextdomain (PACKAGE, LOCALEDIR);
 	textdomain (PACKAGE);
 	setlocale(LC_NUMERIC, "POSIX");
@@ -351,6 +351,7 @@ int cmpstringp(const void *p1, const void *p2) {
 	pid_t kthread_ppid = 0;
 	int procvsz = 0;
 	int procrss = 0;
+	int procjid = 0;
 	float procpcpu = 0;
 	char procstat[8];
 #ifdef PS_USES_PROCETIME

Youez - 2016 - github.com/yon3zu
LinuXploit