From: Michael Brown Date: Mon, 15 Jan 2007 02:46:56 +0000 (+0000) Subject: Add ETIMEDOUT X-Git-Tag: v0.9.3~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d859c34bd9ab8a6924b255697b6145bbb8aee5;p=thirdparty%2Fipxe.git Add ETIMEDOUT --- diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 799f1631a..e407d30b8 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = { { EACCES, "Permission denied" }, { ENOENT, "File not found" }, { ENETUNREACH, "Network unreachable" }, + { ETIMEDOUT, "Connection timed out" }, };