[Ocfs-tools-commits] manish commits r72 - trunk/ocfs2/format

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 16 22:02:13 CDT 2004


Author: manish
Date: 2004-06-16 21:02:11 -0500 (Wed, 16 Jun 2004)
New Revision: 72

Modified:
   trunk/ocfs2/format/mkfs2.c
Log:
fix declaration for mmap_len


Modified: trunk/ocfs2/format/mkfs2.c
===================================================================
--- trunk/ocfs2/format/mkfs2.c	2004-06-17 00:29:19 UTC (rev 71)
+++ trunk/ocfs2/format/mkfs2.c	2004-06-17 02:02:11 UTC (rev 72)
@@ -531,7 +531,7 @@
 	volume_size_in_bytes = vsize;
 }
 
-static inline __u32 mmap_len(void);
+static inline size_t mmap_len(void);
 
 /* total guess */
 static inline size_t mmap_len(void)



More information about the Ocfs-tools-commits mailing list