The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIME
authortb <tb@openbsd.org>
Mon, 11 Dec 2017 23:33:44 +0000 (23:33 +0000)
committertb <tb@openbsd.org>
Mon, 11 Dec 2017 23:33:44 +0000 (23:33 +0000)
commit77b728da666f4e207131015d6e6ea34c9c630981
tree77e21d17fa0e37d086d65e203718f03b907729f1
parentbf42a57297a7820ffb58f87be4ec0f4da6006cdb
The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIME
instead of gettimeofday(2).

From Scott Cheloha, ok jca
games/grdc/grdc.c