Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2008 22:24:16 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153717 for review
Message-ID:  <200811282224.mASMOGAG005299@repoman.freebsd.org>

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

Change 153717 by sam@sam_ebb on 2008/11/28 22:23:49

	add another linker set shim

Affected files ...

.. //depot/projects/vap/sys/dev/ath/ah_osdep.h#8 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/ah_osdep.h#8 (text+ko) ====

@@ -46,6 +46,7 @@
  */
 #define	OS_DATA_SET(set, item)	DATA_SET(set, item)
 #define	OS_SET_DECLARE(set, ptype)	SET_DECLARE(set, ptype)
+#define	OS_SET_FOREACH(pvar, set)	SET_FOREACH(pvar, set)
 
 /*
  * Delay n microseconds.



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