Link Here
|
1 |
--- libntfs-3g/Makefile.in.orig 2010-03-06 13:12:36.000000000 -0300 |
1 |
--- libntfs-3g/Makefile.in.orig 2011-04-10 20:04:51.000000000 +0200 |
2 |
+++ libntfs-3g/Makefile.in 2010-10-04 15:10:43.000000000 -0300 |
2 |
+++ libntfs-3g/Makefile.in 2011-04-25 18:54:01.000000000 +0200 |
3 |
@@ -241,6 +241,7 @@ |
3 |
@@ -250,6 +250,7 @@ |
4 |
libntfs_3g_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g |
4 |
libntfs_3g_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g |
5 |
libntfs_3g_la_LDFLAGS = -version-info $(LIBNTFS_3G_VERSION) -no-undefined |
5 |
libntfs_3g_la_LDFLAGS = -version-info $(LIBNTFS_3G_VERSION) -no-undefined |
6 |
@FUSE_INTERNAL_TRUE@libntfs_3g_la_LIBADD = $(top_builddir)/libfuse-lite/libfuse-lite.la |
6 |
@FUSE_INTERNAL_TRUE@libntfs_3g_la_LIBADD = $(top_builddir)/libfuse-lite/libfuse-lite.la |
Link Here
|
8 |
libntfs_3g_la_SOURCES = acls.c attrib.c attrlist.c bitmap.c bootsect.c \ |
8 |
libntfs_3g_la_SOURCES = acls.c attrib.c attrlist.c bitmap.c bootsect.c \ |
9 |
cache.c collate.c compat.c compress.c debug.c device.c dir.c \ |
9 |
cache.c collate.c compat.c compress.c debug.c device.c dir.c \ |
10 |
efs.c index.c inode.c lcnalloc.c logfile.c logging.c mft.c \ |
10 |
efs.c index.c inode.c lcnalloc.c logfile.c logging.c mft.c \ |
11 |
--- src/ntfs-3g.c.orig 2010-03-06 13:12:25.000000000 -0300 |
11 |
--- src/ntfs-3g.c.orig 2011-04-10 20:04:41.000000000 +0200 |
12 |
+++ src/ntfs-3g.c 2010-10-04 15:11:57.000000000 -0300 |
12 |
+++ src/ntfs-3g.c 2011-04-25 18:56:07.000000000 +0200 |
13 |
@@ -3508,7 +3508,11 @@ |
13 |
@@ -3262,9 +3262,13 @@ |
14 |
#else |
14 |
#else |
15 |
.utime = ntfs_fuse_utime, |
15 |
.utime = ntfs_fuse_utime, |
16 |
#endif |
16 |
#endif |
17 |
+#ifndef __FreeBSD__ |
17 |
+#ifndef __FreeBSD__ |
18 |
.bmap = ntfs_fuse_bmap, |
18 |
+ .bmap = ntfs_fuse_bmap, |
19 |
+#else |
19 |
+#else |
20 |
+ .bmap = NULL, |
20 |
+ .bmap = NULL, |
21 |
+#endif |
21 |
+#endif |
|
|
22 |
.fsync = ntfs_fuse_fsync, |
23 |
.fsyncdir = ntfs_fuse_fsync, |
24 |
- .bmap = ntfs_fuse_bmap, |
22 |
.destroy = ntfs_fuse_destroy2, |
25 |
.destroy = ntfs_fuse_destroy2, |
23 |
#if !KERNELPERMS | (POSIXACLS & !KERNELACLS) |
26 |
#if !KERNELPERMS | (POSIXACLS & !KERNELACLS) |
24 |
.access = ntfs_fuse_access, |
27 |
.access = ntfs_fuse_access, |