summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-12-05 22:15:46 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-12-05 22:15:46 +0000
commitb0fb26be50723b73945e272960f3a91716b38857 (patch)
tree630191d5aad15d8079778c2b699ccd68174ef548 /sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c
parent- Update to 0.58 (diff)
New port: The ntfs-3g driver is an open source, freely available read/write NTFS
driver, which provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 filesystems. Almost the full POSIX filesystem functionality is supported, the major exceptions are changing the file ownerships and the access rights. WWW: http://www.linux-ntfs.org/
Notes
Notes: svn path=/head/; revision=178980
Diffstat (limited to 'sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c')
-rw-r--r--sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c b/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c
new file mode 100644
index 000000000000..9dbb298d8228
--- /dev/null
+++ b/sysutils/fusefs-ntfs/files/patch-libntfs-3g-device_io.c
@@ -0,0 +1,14 @@
+--- libntfs-3g/device_io.c.orig Wed Dec 6 04:03:06 2006
++++ libntfs-3g/device_io.c Tue Dec 5 23:04:04 2006
+@@ -26,7 +26,11 @@
+ #ifndef __CYGWIN32__
+
+ /* Not on Cygwin; use standard Unix style low level device operations. */
++#if defined(__FreeBSD__)
++#include "unix_io_raw.c"
++#else
+ #include "unix_io.c"
++#endif
+
+ #else /* __CYGWIN32__ */
+