PERFORCE change 147621 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Aug 17 00:56:24 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147621
Change 147621 by bz at bz_dumpster on 2008/08/17 00:55:54
We are not quite there yet. This is a temporary thing for Stage 1
and should away once the next Stages hit the tree.
Affected files ...
.. //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#13 edit
Differences ...
==== //depot/projects/vimage-commit2/src/sys/netinet/sctp_os_bsd.h#13 (text+ko) ====
@@ -155,9 +155,13 @@
/* then define the macro(s) that hook into the vimage macros */
#if defined(__FreeBSD__) && __FreeBSD_version >= 800044 && defined(VIMAGE)
+#if 0
#define VSYMNAME(__MODULE) vnet_ ## __MODULE
#define MODULE_GLOBAL(__MODULE, __SYMBOL) VSYM(VSYMNAME(__MODULE), __SYMBOL)
#else
+#define MODULE_GLOBAL(__MODULE, __SYMBOL) V_ ## __SYMBOL
+#endif
+#else
#define MODULE_GLOBAL(__MODULE, __SYMBOL) (__SYMBOL)
#endif
/*
More information about the p4-projects
mailing list