make this compile.
This commit is contained in:
parent
c360204b70
commit
9a6832a398
@ -1054,7 +1054,7 @@ osf1_setuid(p, uap)
|
||||
{
|
||||
int error;
|
||||
uid_t uid;
|
||||
struct ucred *newcred, oldcred;
|
||||
struct ucred *newcred, *oldcred;
|
||||
|
||||
uid = SCARG(uap, uid);
|
||||
oldcred = p->p_ucred;
|
||||
|
Loading…
x
Reference in New Issue
Block a user