Hi, On Mon, Nov 01, 2010 at 09:41:35AM +0100, Manuel Menal wrote:
> (I only changed the manual and ran the AWK scripts to update the > .c/.h). [...] > @@ -212,8 +210,8 @@ enum __error_t_codes > #define EPROTO _HURD_ERRNO (116)/* Protocol error */ > ETIME = _HURD_ERRNO (117), > #define ETIME _HURD_ERRNO (117)/* Timer expired */ > - ECANCELED = _HURD_ERRNO (118), > -#define ECANCELED _HURD_ERRNO (118)/* Operation canceled */ > + ECANCELED = _HURD_ERRNO (119), > +#define ECANCELED _HURD_ERRNO (119)/* Operation canceled */ > > /* Errors from <mach/message.h>. */ > EMACH_SEND_IN_PROGRESS = 0x10000001, > @@ -297,7 +295,7 @@ enum __error_t_codes > > }; > > -#define _HURD_ERRNOS 119 > +#define _HURD_ERRNOS 120 That's odd... Seem there was already some other change that didn't take effect for some reason? Or is that some sort of hiccup?... -antrik-