summaryrefslogtreecommitdiffstats
path: root/src/hci/strerror.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-15 03:46:56 +0100
committerMichael Brown2007-01-15 03:46:56 +0100
commit90d859c34bd9ab8a6924b255697b6145bbb8aee5 (patch)
treeb0b69dce1dd1b2e01ae16f898d3c531005189f77 /src/hci/strerror.c
parentAdded a URI parser that should be standards conformant. (It can certainly (diff)
downloadipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.tar.gz
ipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.tar.xz
ipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.zip
Add ETIMEDOUT
Diffstat (limited to 'src/hci/strerror.c')
-rw-r--r--src/hci/strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hci/strerror.c b/src/hci/strerror.c
index 799f1631..e407d30b 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" },
};