Home
last modified time | relevance | path

Searched refs:tv_current (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/rdate/
H A Drdate.c162 struct timeval tv_current; in main() local
163 if (gettimeofday(&tv_current, NULL) == -1) in main()
165 adjustment = tv.tv_sec = tim - tv_current.tv_sec; in main()