mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Revert accidentally committed local change in r221990
Pointyhat to: avg
This commit is contained in:
parent
dd7498ae03
commit
20208c3bf0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ gethrtime(void) {
|
|||
struct timespec ts;
|
||||
hrtime_t nsec;
|
||||
|
||||
nanouptime(&ts);
|
||||
getnanouptime(&ts);
|
||||
nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec;
|
||||
return (nsec);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue