Complete MFC of r270233, also unbreak the build.
Reported by: grehan
This commit is contained in:
parent
f091b317e3
commit
b3fbbb0dde
@ -129,6 +129,7 @@ bintime_shift(struct bintime *_bt, int _exp)
|
||||
#define SBT_1MS (SBT_1S / 1000)
|
||||
#define SBT_1US (SBT_1S / 1000000)
|
||||
#define SBT_1NS (SBT_1S / 1000000000)
|
||||
#define SBT_MAX 0x7fffffffffffffff
|
||||
|
||||
static __inline int
|
||||
sbintime_getsec(sbintime_t _sbt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user