svn commit: r270240 - stable/10/sys/sys
Davide Italiano
davide at FreeBSD.org
Wed Aug 20 18:40:30 UTC 2014
Author: davide
Date: Wed Aug 20 18:40:29 2014
New Revision: 270240
URL: http://svnweb.freebsd.org/changeset/base/270240
Log:
Complete MFC of r270233, also unbreak the build.
Reported by: grehan
Modified:
stable/10/sys/sys/time.h
Modified: stable/10/sys/sys/time.h
==============================================================================
--- stable/10/sys/sys/time.h Wed Aug 20 18:29:18 2014 (r270239)
+++ stable/10/sys/sys/time.h Wed Aug 20 18:40:29 2014 (r270240)
@@ -129,6 +129,7 @@ bintime_shift(struct bintime *_bt, int _
#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)
More information about the svn-src-all
mailing list