summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
committerdim <dim@FreeBSD.org>2016-01-06 21:31:07 +0000
commit90a2cc030c5633b2f7afbfda628c7663ed19571e (patch)
tree2fa1f2aa7a1f7a446f26d2e5084ab0f1f1b58d0d /usr.bin
parentdbb39bb8b60f0b64dc07de74bbf124cc883df1f5 (diff)
parent7efc78616813fc93824da961d10663c78e23315b (diff)
downloadFreeBSD-src-90a2cc030c5633b2f7afbfda628c7663ed19571e.zip
FreeBSD-src-90a2cc030c5633b2f7afbfda628c7663ed19571e.tar.gz
Merge ^/head r293175 through r293279.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 27b73ce..9b0f5c9 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -418,6 +418,11 @@
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
+/* Enable large inode numbers on Mac OS X 10.5. */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
OpenPOWER on IntegriCloud