git: 51e7276365ba - main - Unbreak build from ed31b3f4a146 (misapplied diff).
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Nov 2023 01:29:46 UTC
The branch main has been updated by jamie: URL: https://cgit.FreeBSD.org/src/commit/?id=51e7276365bad2871257ef121cead2c19bcd7434 commit 51e7276365bad2871257ef121cead2c19bcd7434 Author: Jamie Gritton <jamie@FreeBSD.org> AuthorDate: 2023-11-30 01:27:37 +0000 Commit: Jamie Gritton <jamie@FreeBSD.org> CommitDate: 2023-11-30 01:27:37 +0000 Unbreak build from ed31b3f4a146 (misapplied diff). Differential Revision: <https://reviews.freebsd.org/D28150 --- usr.sbin/jail/jail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/jail/jail.c b/usr.sbin/jail/jail.c index ad9505353f63..f65c51fc6de6 100644 --- a/usr.sbin/jail/jail.c +++ b/usr.sbin/jail/jail.c @@ -616,7 +616,6 @@ jail_warnx(const struct cfjail *j, const char *fmt, ...) int create_jail(struct cfjail *j) { - struct iovec jiov[4]; struct stat st; struct jailparam *jp, *setparams, *sjp; const char *path;