Code

oping: Uset gettimeofday(2) instead of clock_gettime(2).
authorFlorian Forster <ff@octo.it>
Sat, 18 Mar 2017 11:18:14 +0000 (12:18 +0100)
committerFlorian Forster <ff@octo.it>
Sat, 18 Mar 2017 11:18:14 +0000 (12:18 +0100)
commit0e90282ea8abe28840316e26483c39c33841ee96
treeda806ca317bcde1da500522ff2fac6f309089b7c
parent0e8b1b239fdcf9307a14d57c1620843e86932583
oping: Uset gettimeofday(2) instead of clock_gettime(2).

clock_gettime is not available on Mac OS X :(

Fixes: #19
configure.ac
src/oping.c