Jeff Dike wrote: > On Wed, Apr 06, 2005 at 03:27:50PM +0200, Bodo Stroesser wrote: > >>Here are the patches (tarball attached), that I've applied to >>UML 2.6.11 + incrementals, before adding s390-files. >>These patches are tested a bit on x86, but not on x86_64. > > > I merged these, except for the restartnointr one because I don't have > ERESTARTNOINTR in my /usr/include, inside a #ifdef KERNEL or not. > > Jeff Here is a revised patch, that solves the problem according to Blaisorblade's suggestion, to use kernel's definition of ERESTARTNOINTR, if host headers do not provide it. So UM_ERESTARTNOINTR is added to kern_constants.h and used depending on what host's errno.h gave us. Bodo