[LinuxBIOS] r531 - LinuxBIOSv3/include

svn at openbios.org svn at openbios.org
Wed Nov 28 23:51:31 CET 2007


Author: hailfinger
Date: 2007-11-28 23:51:31 +0100 (Wed, 28 Nov 2007)
New Revision: 531

Modified:
   LinuxBIOSv3/include/shared.h
Log:
Fix SHARED macros in the non-_MAINOBJECT case. The patch I sent earlier
(which was committed) was unfortunately generated from the wrong tree.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: LinuxBIOSv3/include/shared.h
===================================================================
--- LinuxBIOSv3/include/shared.h	2007-11-28 22:50:00 UTC (rev 530)
+++ LinuxBIOSv3/include/shared.h	2007-11-28 22:51:31 UTC (rev 531)
@@ -43,7 +43,7 @@
 	ret (*func)(args) attr= stage0_##func
 #else
 #define EXTERN(func, ret, attr, args...) \
-	ret *func(args) attr
+	extern ret (*func)(args) attr
 #endif
 
 #else





More information about the coreboot mailing list