jls(8): Complete libxo transition

Reviewed by:	des
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D41413
This commit is contained in:
Yan-Hao Wang 2024-10-12 23:14:00 +08:00 committed by Li-Wen Hsu
parent 7d5fd25ab8
commit 20bb77c4b9
No known key found for this signature in database
GPG Key ID: 7377A4A02A2954DD

View File

@ -37,7 +37,6 @@
#include <arpa/inet.h>
#include <netinet/in.h>
#include <err.h>
#include <errno.h>
#include <jail.h>
#include <limits.h>
@ -248,8 +247,9 @@ main(int argc, char **argv)
}
xo_close_list("jail");
xo_close_container("jail-information");
xo_finish();
return (0);
if (xo_finish() < 0)
xo_err(1, "stdout");
exit(0);
}
static int