commit | cc07f669f305c37981b7de115c7236d13272bee4 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Feb 26 02:15:33 2015 -0500 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Feb 26 20:01:35 2015 +0000 |
tree | 4d7b20f44eb67a0e45df696c10ad27f53cf35004 | |
parent | bfe6d04d9c73de1f3fd5b28d115fa80202fd1776 [diff] |
ia64: fix up builds after 16bit uid support The ia64 port pulls in the i386 syscall table so it can decode 32bit apps, so we need to enable the 16bit uid parsers for it. * defs.h (NEED_UID16_PARSERS): Define to 1 for IA64. * linux/ia64/syscallent.h: Undefine sys_stime to avoid redefine warnings.