1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/usr.sbin/apm
Warner Losh 6084486fd6 Fix to not use 255, but instead use APM_UNKNOWN.
Compare things correctly against -1 or 0
Don't print any capabilities if unknown is returned from the kernel.

Reviewed/Submitted by: njl, Liam Foy
2004-06-30 21:00:07 +00:00
..
apm.8
apm.c Fix to not use 255, but instead use APM_UNKNOWN. 2004-06-30 21:00:07 +00:00
Makefile Check for >= 255 since sign extension from byte to u_int sometimes makes 2004-05-27 19:23:27 +00:00