Re: [uml-user] more asm/user.h madness

2008-01-17 Thread Jeff Dike
On Wed, Jan 16, 2008 at 02:49:41PM -0600, Erik Anderson wrote: > All - I'm trying to compile a new UML guest kernel, and am getting this error: > > arch/um/sys-i386/ptrace_user.c:12:22: error: asm/user.h: No such file > or directory > make[1]: *** [arch/um/sys-i386/ptrace_user.o] Error 1 > make: *

[uml-user] more asm/user.h madness

2008-01-16 Thread Erik Anderson
All - I'm trying to compile a new UML guest kernel, and am getting this error: arch/um/sys-i386/ptrace_user.c:12:22: error: asm/user.h: No such file or directory make[1]: *** [arch/um/sys-i386/ptrace_user.o] Error 1 make: *** [arch/um/sys-i386] Error 2 This is the most recent stable as of this af