projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1b5ea
)
(__setgid): Switch the port-type and port-count parameters to __auth_makeauth.
author
Miles Bader
<miles@gnu.org>
Wed, 9 Aug 1995 18:28:56 +0000
(18:28 +0000)
committer
Miles Bader
<miles@gnu.org>
Wed, 9 Aug 1995 18:28:56 +0000
(18:28 +0000)
sysdeps/mach/hurd/setgid.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/setgid.c
b/sysdeps/mach/hurd/setgid.c
index
726b413
..
933792b
100644
(file)
--- a/
sysdeps/mach/hurd/setgid.c
+++ b/
sysdeps/mach/hurd/setgid.c
@@
-54,7
+54,7
@@
DEFUN(__setgid, (gid), gid_t gid)
(_hurd_id.aux.ngids - 1) * sizeof (gid_t));
err = __USEPORT (AUTH, __auth_makeauth
- (port, NULL,
0, MACH_MSG_TYPE_COPY_SEND
,
+ (port, NULL,
MACH_MSG_TYPE_COPY_SEND, 0
,
_hurd_id.gen.uids, _hurd_id.gen.nuids,
_hurd_id.aux.uids, _hurd_id.aux.nuids,
newgen, 1 + _hurd_id.gen.ngids,