$NetBSD: patch-ab,v 1.3 2006/03/03 10:15:46 adam Exp $

--- include/ntfs/types.h.orig	2006-02-22 15:15:54.000000000 +0100
+++ include/ntfs/types.h
@@ -68,6 +68,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.
+ */
+#ifdef FALSE
+#undef FALSE
+#endif
+#ifdef TRUE
+#undef TRUE
+#endif
+
 /*
  * 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
