projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2f7d8d4
)
Formerly mach/hurd/__setuid.c.~4~
author
roland
<roland>
Wed, 6 May 1992 03:23:02 +0000
(
03:23
+0000)
committer
roland
<roland>
Wed, 6 May 1992 03:23:02 +0000
(
03:23
+0000)
sysdeps/mach/hurd/setuid.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/setuid.c
b/sysdeps/mach/hurd/setuid.c
index
06e4545
..
a9f6d4f
100644
(file)
--- a/
sysdeps/mach/hurd/setuid.c
+++ b/
sysdeps/mach/hurd/setuid.c
@@
-47,7
+47,7
@@
DEFUN(__setuid, (uid), uid_t uid)
if (_hurd_id.uids[i] == uid)
{
/* We already have this uid. Swap it with uids[0]
if (_hurd_id.uids[i] == uid)
{
/* We already have this uid. Swap it with uids[0]
- so getuid will return it. */
+ so get
e
uid will return it. */
_hurd_id.uids[i] = _hurd_id.uids[0];
break;
}
_hurd_id.uids[i] = _hurd_id.uids[0];
break;
}