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

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


Author: manish
Date: 2004-07-19 20:21:35 -0500 (Mon, 19 Jul 2004)
New Revision: 166

Modified:
   trunk/ocfs2/libocfs2/include/jfs_compat.h
Log:
don't define endian functions, we get them elsewhere


Modified: trunk/ocfs2/libocfs2/include/jfs_compat.h
===================================================================
--- trunk/ocfs2/libocfs2/include/jfs_compat.h	2004-07-20 00:13:37 UTC (rev 165)
+++ trunk/ocfs2/libocfs2/include/jfs_compat.h	2004-07-20 01:21:35 UTC (rev 166)
@@ -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