diff options
-rw-r--r-- | sys/alpha/osf1/osf1_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index 7d9a213..b1c7302 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -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; |