Re: [PATCH] ia64: fix up builds after 16bit uuid support

2015-02-26 Thread Mike Frysinger
On 26 Feb 2015 23:14, Dmitry V. Levin wrote: > On Thu, Feb 26, 2015 at 02:15:33AM -0500, Mike Frysinger wrote: > > --- a/linux/ia64/syscallent.h > > +++ b/linux/ia64/syscallent.h > > @@ -26,6 +26,9 @@ > > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > */ > > > > +/* U

Re: [PATCH] ia64: fix up builds after 16bit uuid support

2015-02-26 Thread Dmitry V. Levin
On Thu, Feb 26, 2015 at 02:15:33AM -0500, Mike Frysinger wrote: > --- a/linux/ia64/syscallent.h > +++ b/linux/ia64/syscallent.h > @@ -26,6 +26,9 @@ > * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > */ > > +/* Undo any defines that an earlier dummy.h inclusion setup. */

[PATCH] ia64: fix up builds after 16bit uuid support

2015-02-25 Thread Mike Frysinger
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. --- defs.h | 1 + linux/ia6