summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavide <davide@FreeBSD.org>2014-08-20 18:40:29 +0000
committerdavide <davide@FreeBSD.org>2014-08-20 18:40:29 +0000
commitb3fbbb0ddec687a235090ee08e4801bcd01fb445 (patch)
tree10a4bf51e7a81fa065f4be046cdbe949b0a94d36
parentf091b317e3b5b83ed416bf74264a16b72bb53e6c (diff)
downloadFreeBSD-src-b3fbbb0ddec687a235090ee08e4801bcd01fb445.zip
FreeBSD-src-b3fbbb0ddec687a235090ee08e4801bcd01fb445.tar.gz
Complete MFC of r270233, also unbreak the build.
Reported by: grehan
-rw-r--r--sys/sys/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/time.h b/sys/sys/time.h
index 82a7db1..b589527 100644
--- a/sys/sys/time.h
+++ b/sys/sys/time.h
@@ -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)
OpenPOWER on IntegriCloud