diff options
Diffstat (limited to 'sysutils/fusefs-ntfs/files/extra-patch-ublio')
| -rw-r--r-- | sysutils/fusefs-ntfs/files/extra-patch-ublio | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/fusefs-ntfs/files/extra-patch-ublio b/sysutils/fusefs-ntfs/files/extra-patch-ublio index b3fa2029c9b2..1a2f172c3b68 100644 --- a/sysutils/fusefs-ntfs/files/extra-patch-ublio +++ b/sysutils/fusefs-ntfs/files/extra-patch-ublio @@ -1,6 +1,6 @@ ---- libntfs-3g/Makefile.in.orig 2010-03-06 13:12:36.000000000 -0300 -+++ libntfs-3g/Makefile.in 2010-10-04 15:10:43.000000000 -0300 -@@ -241,6 +241,7 @@ +--- libntfs-3g/Makefile.in.orig 2011-04-10 20:04:51.000000000 +0200 ++++ libntfs-3g/Makefile.in 2011-04-25 18:54:01.000000000 +0200 +@@ -250,6 +250,7 @@ libntfs_3g_la_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)/include/ntfs-3g libntfs_3g_la_LDFLAGS = -version-info $(LIBNTFS_3G_VERSION) -no-undefined @FUSE_INTERNAL_TRUE@libntfs_3g_la_LIBADD = $(top_builddir)/libfuse-lite/libfuse-lite.la @@ -8,17 +8,20 @@ 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 2010-03-06 13:12:25.000000000 -0300 -+++ src/ntfs-3g.c 2010-10-04 15:11:57.000000000 -0300 -@@ -3508,7 +3508,11 @@ +--- 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, ++ .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, |
