Date: Wed, 16 Jul 2008 16:50:36 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 145336 for review Message-ID: <200807161650.m6GGoaQx087057@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145336 Change 145336 by sam@sam_ebb on 2008/07/16 16:49:48 private hack to allow compilation on releng7 (not to be committed) Affected files ... .. //depot/projects/vap/sbin/ifconfig/ifmedia.c#7 edit Differences ... ==== //depot/projects/vap/sbin/ifconfig/ifmedia.c#7 (text+ko) ==== @@ -106,6 +106,9 @@ ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \ IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR)) #define IFM_IEEE80211_STA 0 +#ifndef IFM_IEEE80211_WDS +#define IFM_IEEE80211_WDS 0 +#endif static void media_status(int s)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807161650.m6GGoaQx087057>