opnsense-src/sys/netgraph/bluetooth/socket
Gleb Smirnoff f277746e13 protosw: change prototype for pr_control
For some reason protosw.h is used during world complation and userland
is not aware of caddr_t, a relic from the first version of C.  Broken
buildworld is good reason to get rid of yet another caddr_t in kernel.

Fixes:	886fc1e804
2022-08-12 12:08:18 -07:00
..
ng_btsocket.c bluetooth: don't assign NULL in C99 sparse initializer 2022-05-09 10:42:48 -07:00
ng_btsocket_hci_raw.c protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
ng_btsocket_l2cap.c protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
ng_btsocket_l2cap_raw.c protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
ng_btsocket_rfcomm.c protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
ng_btsocket_sco.c protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
TODO