diff options
| author | Michael Brown | 2007-01-15 03:46:56 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-15 03:46:56 +0100 |
| commit | 90d859c34bd9ab8a6924b255697b6145bbb8aee5 (patch) | |
| tree | b0b69dce1dd1b2e01ae16f898d3c531005189f77 | |
| parent | Added a URI parser that should be standards conformant. (It can certainly (diff) | |
| download | ipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.tar.gz ipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.tar.xz ipxe-90d859c34bd9ab8a6924b255697b6145bbb8aee5.zip | |
Add ETIMEDOUT
| -rw-r--r-- | src/hci/strerror.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, }; |
