[Ocfs2-commits] manish commits r1846 - in trunk/fs/ocfs2: cluster dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jan 24 19:03:44 CST 2005


Author: manish
Date: 2005-01-24 19:03:42 -0600 (Mon, 24 Jan 2005)
New Revision: 1846

Modified:
   trunk/fs/ocfs2/cluster/Makefile
   trunk/fs/ocfs2/dlm/Makefile
Log:
warning_hack.h doesn't exist anymore


Modified: trunk/fs/ocfs2/cluster/Makefile
===================================================================
--- trunk/fs/ocfs2/cluster/Makefile	2005-01-25 01:02:54 UTC (rev 1845)
+++ trunk/fs/ocfs2/cluster/Makefile	2005-01-25 01:03:42 UTC (rev 1846)
@@ -59,8 +59,7 @@
 	ocfs2_tcp.h		\
 	tcp.h			\
 	transaction_file.h	\
-	util.h			\
-	warning_hack.h
+	util.h
 
 DIST_FILES = $(SOURCES) $(HEADERS)
 

Modified: trunk/fs/ocfs2/dlm/Makefile
===================================================================
--- trunk/fs/ocfs2/dlm/Makefile	2005-01-25 01:02:54 UTC (rev 1845)
+++ trunk/fs/ocfs2/dlm/Makefile	2005-01-25 01:03:42 UTC (rev 1846)
@@ -57,8 +57,7 @@
 	dlmmod.h		\
 	userdlm.h		\
 	dlmfs_compat.h		\
-	util.h			\
-	warning_hack.h
+	util.h
 
 DIST_FILES = $(SOURCES) $(HEADERS)
 



More information about the Ocfs2-commits mailing list