diff options
author | marcel <marcel@FreeBSD.org> | 2015-01-19 02:22:03 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2015-01-19 02:22:03 +0000 |
commit | ea59bea59330a848548ce834189e97959e8ebae4 (patch) | |
tree | 8db7c468a655beb61f455f2901342b8b7884e50d /lib/libxo | |
parent | cb3a27ad28c1f0dde8ed5051245175152b16ce26 (diff) | |
download | FreeBSD-src-ea59bea59330a848548ce834189e97959e8ebae4.zip FreeBSD-src-ea59bea59330a848548ce834189e97959e8ebae4.tar.gz |
Upgrade libxo to 0.2.0.
Obtained from: https://github.com/Juniper/libxo
Requested by: Phil Shafer <phil@juniper.net>
Revisions 276253 & 276273 were incorporated into 0.2.0.
Revision 276260 has been merged-in.
Diffstat (limited to 'lib/libxo')
-rw-r--r-- | lib/libxo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile index 770db20..cc0e72a 100644 --- a/lib/libxo/Makefile +++ b/lib/libxo/Makefile @@ -21,6 +21,7 @@ MAN+= xo_attr.3 \ xo_create.3 \ xo_emit.3 \ xo_err.3 \ + xo_error.3 \ xo_finish.3 \ xo_flush.3 \ xo_no_setlocale.3 \ |