freebsd-skq/sys/netgraph/bluetooth
dwmalone 771efb08f5 Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
common Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
drivers o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
hci /* -> /*- for license, minor formatting changes 2005-01-07 01:45:51 +00:00
include Change semantics of socket close and detach. Add a new protocol switch 2006-07-21 17:11:15 +00:00
l2cap Try to silence Coverity by adding (void) in front of function call. 2007-03-28 21:25:56 +00:00
socket Universally adopt most conventional spelling of acquire. 2007-05-27 20:50:23 +00:00