[Ocfs2-tools-commits] jlbec commits r294 - trunk/libocfs2/include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Sep 29 19:38:57 CDT 2004


Author: jlbec
Date: 2004-09-29 19:38:55 -0500 (Wed, 29 Sep 2004)
New Revision: 294

Modified:
   trunk/libocfs2/include/bitops.h
Log:
double-whoops

Modified: trunk/libocfs2/include/bitops.h
===================================================================
--- trunk/libocfs2/include/bitops.h	2004-09-30 00:36:05 UTC (rev 293)
+++ trunk/libocfs2/include/bitops.h	2004-09-30 00:38:55 UTC (rev 294)
@@ -313,7 +313,7 @@
 #ifndef _OCFS2_HAVE_ASM_BITOPS_
 extern int ocfs2_set_bit(int nr,void * addr);
 extern int ocfs2_clear_bit(int nr, void * addr);
-extern int ext2fs_test_bit(int nr, const void * addr);
+extern int ocfs2_test_bit(int nr, const void * addr);
 #endif
 
 



More information about the Ocfs2-tools-commits mailing list