403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.168
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/sysutils/xsysstats/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/xsysstats/files/patch-xsysstats.h
--- xsysstats.h.orig	2000-05-30 06:46:20 UTC
+++ xsysstats.h
@@ -15,12 +15,9 @@
 #include <stdio.h>
 #include <sys/param.h>
 
-#include <stdio.h>
-#include <sys/param.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <malloc.h>
 #include <netdb.h>
 #include <rpcsvc/rstat.h>
 
@@ -115,8 +112,10 @@ struct graph_info {
 	short	host_offset;
 	short	window;		/* What window to put this graph in */
 	int	max_val;	/* maximum value this graph ever reached */
-} *graphs;
+};
 
+extern struct graph_info *graphs;
+
 struct Xss_Window {
 	short	x, y;		/* Upper left corner of window */
 	short	width,height;	/* width and height of the window.  height
@@ -138,7 +137,7 @@ struct Host_Info {
     char    *name;	/*Name of the host */
 #ifdef USE_NEW_RSTAT
     CLIENT  *client;	/* client connection for rstat */
-#endif USE_NEW_RSTAT
+#endif /* USE_NEW_RSTAT */
 };
 
 extern struct Xss_Window **windows;

Youez - 2016 - github.com/yon3zu
LinuXploit