1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00

Unbreak build from ed31b3f4a1 (misapplied diff).

Differential Revision:	<https://reviews.freebsd.org/D28150
This commit is contained in:
Jamie Gritton 2023-11-29 17:27:37 -08:00
parent ed31b3f4a1
commit 51e7276365

View File

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