[Ocfs2-commits] zab commits r1733 - trunk/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 30 17:08:54 CST 2004


Author: zab
Date: 2004-12-30 17:08:52 -0600 (Thu, 30 Dec 2004)
New Revision: 1733

Modified:
   trunk/cluster/Makefile
Log:
o see if this lets our hand-rolled 2.4 modules export
  symbols between the cluster/ modules


Modified: trunk/cluster/Makefile
===================================================================
--- trunk/cluster/Makefile	2004-12-30 20:35:22 UTC (rev 1732)
+++ trunk/cluster/Makefile	2004-12-30 23:08:52 UTC (rev 1733)
@@ -113,7 +113,7 @@
   MACH_CFLAGS += -m64 -mcmodel=kernel
 endif
 
-BASE_DEFINES = -DMODULE -DLINUX -D__KERNEL__ 
+BASE_DEFINES = -DEXPORT_SYMTAB -DMODULE -DLINUX -D__KERNEL__ 
 DEFINES += $(BASE_DEFINES) $(GLOBAL_DEFINES)
 
 INCLUDES = -I. -I$(KERNELINC) -I$(GCCINC)



More information about the Ocfs2-commits mailing list