mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
041b706b2f
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. |
||
---|---|---|
.. | ||
isa | ||
midi | ||
pci | ||
pcm | ||
sbus | ||
usb | ||
chip.h | ||
clone.c | ||
clone.h | ||
driver.c | ||
unit.c | ||
unit.h | ||
version.h |