]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__access): Put the uid/gid arguments to auth_makeauth() in the right order.
authorMiles Bader <miles@gnu.org>
Thu, 4 Jan 1996 00:18:53 +0000 (00:18 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 4 Jan 1996 00:18:53 +0000 (00:18 +0000)
sysdeps/mach/hurd/access.c

index d347463426f16f82ba317260dc287a29dbb771c6..98e2bba3b050ca12fef89457078e33712f606bfa 100644 (file)
@@ -98,9 +98,9 @@ DEFUN(__access, (file, type), CONST char *file AND int type)
                           __auth_makeauth (port,
                                            NULL, MACH_MSG_TYPE_COPY_SEND, 0,
                                            _hurd_id.aux.uids, 1,
-                                           _hurd_id.aux.gids, 1,
                                            _hurd_id.aux.uids,
                                            _hurd_id.aux.nuids,
+                                           _hurd_id.aux.gids, 1,
                                            _hurd_id.aux.gids,
                                            _hurd_id.aux.ngids,
                                            &_hurd_id.rid_auth)))