Remove stray semicolon.
This commit is contained in:
parent
f415f37c11
commit
c21e81c87e
@ -110,7 +110,7 @@ exec_svr4_imgact(imgp)
|
||||
PROC_LOCK(imgp->proc);
|
||||
if (a_out->a_text > maxtsiz ||
|
||||
a_out->a_data + bss_size > lim_cur(imgp->proc, RLIMIT_DATA) ||
|
||||
racct_set(imgp->proc, RACCT_DATA, a_out->a_data + bss_size) != 0) {;
|
||||
racct_set(imgp->proc, RACCT_DATA, a_out->a_data + bss_size) != 0) {
|
||||
PROC_UNLOCK(imgp->proc);
|
||||
return (ENOMEM);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user