FreeBSD does have uintmax_t, so it can correctly

print out very large file sizes.

Thanks to: Yar Tikhiy
This commit is contained in:
Tim Kientzle 2004-11-06 18:38:13 +00:00
parent d4cfa2b5e3
commit 2a44183a72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137322

View File

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