Use ao_delay to sleep for 2 seconds instead of trying ao_sleep
authorKeith Packard <keithp@keithp.com>
Wed, 5 May 2010 08:32:46 +0000 (01:32 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 5 May 2010 08:33:25 +0000 (01:33 -0700)
commit8b6767e24a88482dbd3d4c4c969a0be08917d22b
tree7c33ed9b3ebb6a2b382ec42e20e4a0b6192af703
parente6bb80975fde20928a830170f0821d59a8c72690
Use ao_delay to sleep for 2 seconds instead of trying ao_sleep

ao_sleep doesn't delay for a specified time interval as much as one
might want it to.
src/ao_cmd.c
src/ao_reboot.c