plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7ae652a96799d83e5a8d3ace9139c9e3df471a49
parent 430976597fd86013e1e8b74e4cd78e7259b31272
Author: rsc <devnull@localhost>
Date:   Sun, 27 Nov 2005 16:01:40 +0000

FreeBSD 6 battery (Lou Kamenov)

Diffstat:
Msrc/cmd/auxstats/FreeBSD.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/auxstats/FreeBSD.c b/src/cmd/auxstats/FreeBSD.c @@ -183,7 +183,7 @@ xapm(int first) void xapm(int first) { - return; + xacpi(first); } #endif