From 3ccfd2d74dbcab9d269736efebb329a6317a5f8d Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 9 Jul 2012 13:45:20 +0000 Subject: [PATCH] + ESysERFKILL added git-svn-id: trunk@21829 - --- rtl/linux/errno-mips.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/linux/errno-mips.inc b/rtl/linux/errno-mips.inc index 12face8a62..7d605ab465 100644 --- a/rtl/linux/errno-mips.inc +++ b/rtl/linux/errno-mips.inc @@ -143,4 +143,5 @@ List of missing system error number found in ESysEKEYREJECTED = 164; { Key was rejected by service } ESysEOWNERDEAD = 165; { Owner died } ESysENOTRECOVERABLE = 166; { State not recoverable } + ESysERFKILL = 167; { Operation not possible due to RF-kill } ESysEDQUOT = 1133; { Quota exceeded }