CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/02/09 14:21:27
Modified files: sbin/reboot : reboot.c Log message: Ignore sysctl failure for CPU_LIDSUSPEND when errno is EOPNOTSUPP. Just because CPU_LIDSUSPEND is defined in cpu.h does mean it is actually supported by the hardware. OK miod@ kettenis@