mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
jls(8): Complete libxo transition
Reviewed by: des MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D41413
This commit is contained in:
parent
7d5fd25ab8
commit
20bb77c4b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user