[PATCH 01/18] common: Add EPROBE_DEFER to strerror
Andrey Smirnov
andrew.smirnov at gmail.com
Tue Feb 16 17:29:02 PST 2016
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
common/misc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/misc.c b/common/misc.c
index 8b2417b..f0f0b80 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -65,6 +65,7 @@ const char *strerror(int errnum)
case ENETUNREACH : str = "Network is unreachable"; break;
case ENETDOWN : str = "Network is down"; break;
case ETIMEDOUT : str = "Connection timed out"; break;
+ case EPROBE_DEFER : str = "Requested probe deferral"; break;
#if 0 /* These are probably not needed */
case ENOTBLK : str = "Block device required"; break;
case EFBIG : str = "File too large"; break;
--
2.5.0
More information about the barebox
mailing list