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/devel/libexplain/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/libexplain/files/patch-codegen__ioctl_scan.c
--- codegen/ioctl_scan.c.orig
+++ codegen/ioctl_scan.c
@@ -40,6 +40,10 @@
 #include <codegen/ioctl_scan.h>
 #include <codegen/wrapper.h>
 
+#ifndef FTW_ACTIONRETVAL
+#define FTW_CONTINUE 0
+#endif
+
 
 static void
 regcomp_or_die(regex_t *preg, const char *regex, int cflags)
@@ -306,6 +310,7 @@
 {
     (void)typeflag;
     (void)ftwbuf;
+#ifdef FTW_ACTIONRETVAL
     if (typeflag == FTW_D)
     {
        explain_output_error("walking %s\n", pathname);
@@ -314,6 +319,7 @@
        if (ends_with(pathname, "/.."))
            return FTW_SKIP_SUBTREE;
     }
+#endif
     if (S_ISREG(st->st_mode) && ends_with(pathname , ".h"))
         ioctl_scan_include(pathname);
     return FTW_CONTINUE;

Youez - 2016 - github.com/yon3zu
LinuXploit