Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2008 00:56:23 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147621 for review
Message-ID:  <200808170056.m7H0uNoA015769@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147621

Change 147621 by bz@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
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808170056.m7H0uNoA015769>