Fix accidental line wrapping introduced in r286122.
This commit is contained in:
parent
367a13f905
commit
6236e71bfe
@ -824,8 +824,7 @@ fork1(struct thread *td, int flags, int pages, struct proc **procp,
|
||||
* later.
|
||||
*/
|
||||
if (flags & RFPROCDESC) {
|
||||
error = falloc_caps(td, &fp_procdesc, procdescp, 0,
|
||||
fcaps);
|
||||
error = falloc_caps(td, &fp_procdesc, procdescp, 0, fcaps);
|
||||
if (error != 0)
|
||||
return (error);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user