Re: Fix compiling UML

2007-07-23 Thread Al Viro
On Sun, Jul 22, 2007 at 10:52:13PM -0700, Ulrich Drepper wrote: > .aio_buf= (unsigned long) buf, > .aio_nbytes = len, > .aio_offset = offset, > + .aio_flags = 0

Fix compiling UML

2007-07-22 Thread Ulrich Drepper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following patch is needed to get 2.6.23-rc1 to compile for UML on x86-64. Signed-off-by: Ulrich Drepper <[EMAIL PROTECTED]> diff --git a/arch/um/os-Linux/aio.c b/arch/um/os-Linux/aio.c index b126df4..9c70cb0 100644 - --- a/arch/um/os-Linux/aio.c