1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.sbin/apm
Nate Lawson a607c5e4cb Check for >= 255 since sign extension from byte to u_int sometimes makes
the value for "unknown" 0xffffffff.  The underlying kernel drivers should
be updated to only return 255 but the ABI is used by too many userland
utilities.

Also, make this WARNS 6 compatible.
2004-05-27 19:23:27 +00:00
..
apm.8
apm.c Check for >= 255 since sign extension from byte to u_int sometimes makes 2004-05-27 19:23:27 +00:00
Makefile Check for >= 255 since sign extension from byte to u_int sometimes makes 2004-05-27 19:23:27 +00:00