[PATCH] linux/errno: add ERFKILL

Mike Frysinger vapier at gentoo.org
Mon Sep 14 02:53:12 UTC 2009


Latest Linux 2.6.31 defines errno 132 as ERFKILL.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 linux/errnoent.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/errnoent.h b/linux/errnoent.h
index a9a9d34..c52d1d0 100644
--- a/linux/errnoent.h
+++ b/linux/errnoent.h
@@ -134,7 +134,7 @@
 	"EKEYREJECTED", /* 129 */
 	"EOWNERDEAD", /* 130 */
 	"ENOTRECOVERABLE", /* 131 */
-	"ERRNO_132", /* 132 */
+	"ERFKILL", /* 132 */
 	"ERRNO_133", /* 133 */
 	"ERRNO_134", /* 134 */
 	"ERRNO_135", /* 135 */
-- 
1.6.4.2





More information about the Strace-devel mailing list