bluetooth(4): Fix loading bluetooth without pf.
authorSascha Wildner <saw@online.de>
Sun, 2 Jan 2011 17:43:19 +0000 (18:43 +0100)
committerSascha Wildner <saw@online.de>
Sun, 2 Jan 2011 17:45:15 +0000 (18:45 +0100)
commit5179415a893fd9051325d0ea506eb399fce7edd6
treecf326f7d96064731b7a54942d14b1f01ba3268f7
parent0e0d5cf789bebff8e528d8cb567c3b5d2f895b82
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.
sys/netbt/bt_proto.c
sys/netbt/hci_link.c
sys/netbt/l2cap_misc.c
sys/netbt/rfcomm_session.c