bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ED error code


From: olafBuddenhagen
Subject: Re: ED error code
Date: Thu, 4 Nov 2010 15:03:46 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

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-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]