aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/bsdtar_platform.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2004-11-06 18:38:13 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2004-11-06 18:38:13 +0000
commit2a44183a720ce6ca7e40f5616817d48d208a729c (patch)
tree0da0d1eb794eb88758a158cde49f8e75d3654e99 /usr.bin/tar/bsdtar_platform.h
parentd4cfa2b5e3ab38a3f12588894352788e6c604bdc (diff)
FreeBSD does have uintmax_t, so it can correctly
print out very large file sizes. Thanks to: Yar Tikhiy
Notes
Notes: svn path=/head/; revision=137322
Diffstat (limited to 'usr.bin/tar/bsdtar_platform.h')
-rw-r--r--usr.bin/tar/bsdtar_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h
index d4bf09dba991..b17cebfe279e 100644
--- a/usr.bin/tar/bsdtar_platform.h
+++ b/usr.bin/tar/bsdtar_platform.h
@@ -86,6 +86,7 @@
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
+#define HAVE_UINTMAX_T 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define HAVE_ZLIB_H 1