Complete MFC of r270233, also unbreak the build.

Reported by:	grehan
This commit is contained in:
davide 2014-08-20 18:40:29 +00:00
parent f091b317e3
commit b3fbbb0dde

View File

@ -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)