summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ntfsprogs/patches/patch-ab')
-rw-r--r--sysutils/ntfsprogs/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/ntfsprogs/patches/patch-ab b/sysutils/ntfsprogs/patches/patch-ab
index e7721c65682..5baa5f48850 100644
--- a/sysutils/ntfsprogs/patches/patch-ab
+++ b/sysutils/ntfsprogs/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/10/05 12:39:38 agc Exp $
+$NetBSD: patch-ab,v 1.2 2006/01/26 21:43:51 adam Exp $
---- include/ntfs/types.h.orig Sat Sep 4 06:16:32 2004
+--- include/ntfs/types.h.orig 2005-07-09 21:55:23.000000000 +0200
+++ include/ntfs/types.h
-@@ -59,6 +59,16 @@ typedef s64 LCN;
- */
- typedef s64 LSN;
+@@ -61,6 +61,16 @@ typedef sle64 leVCN;
+ typedef s64 LCN;
+ typedef sle64 leLCN;
+/* XXX For some reason, including sys/mount.h on osx defines TRUE and FALSE
+ * so clear them here.
@@ -17,5 +17,5 @@ $NetBSD: patch-ab,v 1.1.1.1 2004/10/05 12:39:38 agc Exp $
+#endif
+
/*
- * Cygwin has a collusion between our BOOL and <windef.h>'s
- * As long as this file will be included after <windows.h> were fine.
+ * The NTFS journal $LogFile uses log sequence numbers which are signed 64-bit
+ * values. We define our own type LSN, to allow for type checking and better