git: bluetooth(4): Fix loading bluetooth without pf.

看板DFBSD_commit作者時間15年前 (2011/01/03 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5179415a893fd9051325d0ea506eb399fce7edd6 Author: Sascha Wildner <saw@online.de> Date: Sun Jan 2 18:43:19 2011 +0100 bluetooth(4): Fix loading bluetooth without pf. bluetooth(4) was previously using pf(4)'s pool_* macros. Now that pool_get() has been turned into a function in pf(4), this is no longer possible, since the bluetooth(4) module would have to depend on the pf(4) module for that. To unbreak module loading, convert all calls to these macros to the zone(9) calls which they really are. Summary of changes: sys/netbt/bt_proto.c | 36 +++++++++++++++++++----------------- sys/netbt/hci_link.c | 9 ++++----- sys/netbt/l2cap_misc.c | 5 ++--- sys/netbt/rfcomm_session.c | 13 ++++++------- 4 files changed, 31 insertions(+), 32 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5179415a893fd9051325d0ea506eb399fce7edd6 -- DragonFly BSD source repository
文章代碼(AID): #1D8Brd2p (DFBSD_commit)