summaryrefslogtreecommitdiffstats
path: root/contrib/libxo
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-07-03 01:35:27 +0000
committerngie <ngie@FreeBSD.org>2016-07-03 01:35:27 +0000
commit88d44f521d833afc4f1543c6482036092056b794 (patch)
treed0d9dc93068aba2136eb55d144c4ca5d181e66ee /contrib/libxo
parent14345f93fd26daa534959d4508022ea1d82f22b5 (diff)
downloadFreeBSD-src-88d44f521d833afc4f1543c6482036092056b794.zip
FreeBSD-src-88d44f521d833afc4f1543c6482036092056b794.tar.gz
Update libxo to 0.6.3
This fixes the 02 testcases on i386 (at least), and may fix the testcases in general on 32-bit platforms Differential Revision: https://reviews.freebsd.org/D7052 Approved by: phil (maintainer) Approved by: re (gjb) Reported by: asomers Reviewed by: phil Submitted by: phil Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/libxo')
-rw-r--r--contrib/libxo/configure.ac2
-rw-r--r--contrib/libxo/tests/core/test_02.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libxo/configure.ac b/contrib/libxo/configure.ac
index 0ff0a64..b47dedb 100644
--- a/contrib/libxo/configure.ac
+++ b/contrib/libxo/configure.ac
@@ -12,7 +12,7 @@
#
AC_PREREQ(2.2)
-AC_INIT([libxo], [0.6.2], [phil@juniper.net])
+AC_INIT([libxo], [0.6.3], [phil@juniper.net])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
# Support silent build rules. Requires at least automake-1.11.
diff --git a/contrib/libxo/tests/core/test_02.c b/contrib/libxo/tests/core/test_02.c
index 9a02680..cf98d34 100644
--- a/contrib/libxo/tests/core/test_02.c
+++ b/contrib/libxo/tests/core/test_02.c
@@ -70,7 +70,7 @@ main (int argc, char **argv)
xo_emit(" {:lines/%7ju} {:words/%7ju} "
"{:characters/%7ju} {d:filename/%s}\n",
- 20, 30, 40, "file");
+ (uintmax_t) 20, (uintmax_t) 30, (uintmax_t) 40, "file");
int i;
for (i = 0; i < 5; i++)
OpenPOWER on IntegriCloud