projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Formerly mach/hurd/__setgid.c.~5~
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
mach
/
hurd
/
setgid.c
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;
}