[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-
- Re: ED error code, Manuel Menal, 2010/11/01
- Re: ED error code,
olafBuddenhagen <=
- Re: ED error code, Thomas Bushnell, BSG, 2010/11/01
- Re: ED error code, Samuel Thibault, 2010/11/01
- Re: ED error code, Manuel Menal, 2010/11/02
- Re: ED error code, Samuel Thibault, 2010/11/02
- Re: ED error code, Manuel Menal, 2010/11/02
- Re: ED error code, Michael Banck, 2010/11/02
- Re: ED error code, Thomas Bushnell, BSG, 2010/11/02
- Re: ED error code, olafBuddenhagen, 2010/11/04