Re: [PATCH 1/2] Define ENOAUTHSERVICE to indicate "Authentication service unavailable"
From: <hidden>
Date: 2012-02-08 23:54:15
On Wed, 08 Feb 2012 12:29:05 GMT, David Howells said:
+#define ENOAUTHSERVICE 139 /* Authentication service not available */ #define EHWPOISON 139 /* Memory page has hardware error */
Was this an intentional overload of 139 (and so on for other archs)? Just checking - I'm sure if it goes in like this, we'll see a patch to "fix" the collision for 3.16.0 or so... ;)