mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Format the line properly (wrap before column 80).
This commit is contained in:
parent
a1a4c1b0d4
commit
bd96bd15b2
1 changed files with 2 additions and 1 deletions
|
|
@ -2180,7 +2180,8 @@ kern_jail_get(struct thread *td, struct uio *optuio, int flags)
|
|||
error = vfs_setopt(opts, "nodying", &i, sizeof(i));
|
||||
if (error != 0 && error != ENOENT)
|
||||
goto done_deref;
|
||||
error = vfs_setopt(opts, "osreldate", &pr->pr_osreldate, sizeof(pr->pr_osreldate));
|
||||
error = vfs_setopt(opts, "osreldate", &pr->pr_osreldate,
|
||||
sizeof(pr->pr_osreldate));
|
||||
if (error != 0 && error != ENOENT)
|
||||
goto done_deref;
|
||||
error = vfs_setopts(opts, "osrelease", pr->pr_osrelease);
|
||||
|
|
|
|||
Loading…
Reference in a new issue