summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_prot.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index d8f7570..ee66924 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -435,11 +435,6 @@ setuid(p, uap)
setsugid(p);
}
/*
- * Set real uid
- */
- if (uid != pc->p_ruid) {
- }
- /*
* Set saved uid
*
* XXX always set saved uid even if not _POSIX_SAVED_IDS, as
OpenPOWER on IntegriCloud