commit 87ff01930244a66e442bcb4df30d948eab9321e2
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Thu Sep 6 20:03:37 2007 -0400

    Unionfs: compatible boolean type
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index 2f6e117..c9c0a7d 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -73,6 +73,11 @@ extern struct dentry_operations unionfs_dops;
 /* How long should an entry be allowed to persist */
 #define RDCACHE_JIFFIES        (5*HZ)
 
+/* define compatible boolean type */
+#define bool int
+#define false (0)
+#define true (1)
+
 /* file private data. */
 struct unionfs_file_info {
        int bstart;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to