[Ocfs-tools-commits] manish commits r168 - trunk/ocfs2/libocfs2/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jul 19 21:41:47 CDT 2004


Author: manish
Date: 2004-07-19 20:41:44 -0500 (Mon, 19 Jul 2004)
New Revision: 168

Modified:
   trunk/ocfs2/libocfs2/include/jfs_compat.h
Log:
Revert commenting out be32 stuff, will undef in calling code instead


Modified: trunk/ocfs2/libocfs2/include/jfs_compat.h
===================================================================
--- trunk/ocfs2/libocfs2/include/jfs_compat.h	2004-07-20 01:28:41 UTC (rev 167)
+++ trunk/ocfs2/libocfs2/include/jfs_compat.h	2004-07-20 01:41:44 UTC (rev 168)
@@ -17,8 +17,8 @@
 #define READ 0
 #define WRITE 1
 
-//#define cpu_to_be32(n) htonl(n)
-//#define be32_to_cpu(n) ntohl(n)
+#define cpu_to_be32(n) htonl(n)
+#define be32_to_cpu(n) ntohl(n)
 
 typedef unsigned int tid_t;
 typedef struct journal_s journal_t;



More information about the Ocfs-tools-commits mailing list