CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2015/08/25 18:29:24
Modified files: games/robots : extern.c main.c move.c robots.h Log message: Improve robots(6) by using timespec*() functions, replacing gettimeofday() with clock_gettime(MONOTONIC) to avoid clock changes and replacing poll() with ppoll() to deal better with timespec. ok guenther@.