make this compile.

This commit is contained in:
Andrew Gallatin 2001-05-25 20:56:28 +00:00
parent c360204b70
commit 9a6832a398

View File

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