diff options
author | gallatin <gallatin@FreeBSD.org> | 2001-05-25 20:56:28 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2001-05-25 20:56:28 +0000 |
commit | 2791b7af5882d05a5d6b77ddfea0c2400f4ba674 (patch) | |
tree | c6ae2fef63671f7b68ca477807434ee662884565 /sys | |
parent | c7b5d10ab17bf4d270d92fdb371c759ccfb7a55a (diff) | |
download | FreeBSD-src-2791b7af5882d05a5d6b77ddfea0c2400f4ba674.zip FreeBSD-src-2791b7af5882d05a5d6b77ddfea0c2400f4ba674.tar.gz |
make this compile.
Diffstat (limited to 'sys')
-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; |