commit | 761e31a8b4124f4ef3d5ba662be3341c406fc72b | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Feb 26 02:25:27 2015 -0500 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 26 20:02:03 2015 +0000 |
tree | 0d9d16c1c84f2f998a147b4ec5ac2583658e7ae1 | |
parent | cc07f669f305c37981b7de115c7236d13272bee4 [diff] |
ia64: fix decoding of getresuid/getresgid/setresgid Looks like the similarity of these names caused confusion when generating the syscall table. getresgid was wired to the wrong output while the other two were wired up to printargs instead of the real printer. * linux/ia64/syscallent.h: Connect getresuid to sys_getresuid, getresgid to sys_getresgid, and setresgid to sys_setresgid.