]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add ETIMEDOUT
authorMichael Brown <mcb30@etherboot.org>
Mon, 15 Jan 2007 02:46:56 +0000 (02:46 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 15 Jan 2007 02:46:56 +0000 (02:46 +0000)
src/hci/strerror.c

index 799f1631acb128db84f0b6c4c1227dd46cf1e840..e407d30b82078d5633bf7aadc5dc9cb075879f94 100644 (file)
@@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
        { EACCES, "Permission denied" },
        { ENOENT, "File not found" },
        { ENETUNREACH, "Network unreachable" },
+       { ETIMEDOUT, "Connection timed out" },
 };