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:
2e38006
)
Formerly mach/hurd/__setgid.c.~5~
author
roland
<roland>
Wed, 6 May 1992 03:23:17 +0000
(
03:23
+0000)
committer
roland
<roland>
Wed, 6 May 1992 03:23:17 +0000
(
03:23
+0000)
sysdeps/mach/hurd/setgid.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/setgid.c
b/sysdeps/mach/hurd/setgid.c
index
cbfafb1
..
3163249
100644
(file)
--- a/
sysdeps/mach/hurd/setgid.c
+++ b/
sysdeps/mach/hurd/setgid.c
@@
-47,7
+47,7
@@
DEFUN(__setgid, (gid), gid_t gid)
if (_hurd_id.gids[i] == gid)
{
/* We already have this gid. Swap it with gids[0]
- so getgid will return it. */
+ so get
e
gid will return it. */
_hurd_id.gids[i] = _hurd_id.gids[0];
break;
}