看板 DFBSD_commit 關於我們 聯絡資訊
commit ea86af0d50ac90b195869b589325774bbd320135 Author: Rui Paulo <rpaulo@FreeBSD.org> Date: Thu Feb 25 11:32:13 2010 +0000 Couple of changes to make this build without warnings: o __DECONST second arg of lockinit() (XXX this is ugly) o disable some DDB code while DB_SHOW_ALL_COMMAND isn't implemented. o fix ether_sprintf again Summary of changes: sys/netproto/802_11/ieee80211_dragonfly.h | 6 +++--- sys/netproto/802_11/wlan/ieee80211_ddb.c | 6 ++++++ sys/netproto/802_11/wlan/ieee80211_dragonfly.c | 17 ++++++++++++----- sys/netproto/802_11/wlan/ieee80211_hwmp.c | 16 +++++++++++----- sys/netproto/802_11/wlan/ieee80211_output.c | 2 +- .../802_11/wlan_wep/ieee80211_crypto_wep.c | 4 ++-- 6 files changed, 35 insertions(+), 16 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ea86af0d50ac90b195869b589325774bbd320135 -- DragonFly BSD source repository