1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Update libxo to 0.6.3

Obtained from: https://github.com/Juniper/libxo/tree/0.6.3
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-07-02 05:30:27 +00:00
parent 302133f1d4
commit a7390ff330
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/Juniper/libxo/dist/; revision=302314
svn path=/vendor/Juniper/libxo/0.6.3/; revision=302315; tag=vendor/Juniper/libxo/0.6.3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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