summaryrefslogtreecommitdiffstats
path: root/src/hci/strerror.c
diff options
context:
space:
mode:
authorMichael Brown2007-05-26 17:05:31 +0200
committerMichael Brown2007-05-26 17:05:31 +0200
commit070c55a838fcfe86faca4e1ae412346772d61adc (patch)
tree022d94f6152763ea30d2368f55109f91adca9c50 /src/hci/strerror.c
parentModify data-xfer semantics: it is no longer necessary to call one of (diff)
downloadipxe-070c55a838fcfe86faca4e1ae412346772d61adc.tar.gz
ipxe-070c55a838fcfe86faca4e1ae412346772d61adc.tar.xz
ipxe-070c55a838fcfe86faca4e1ae412346772d61adc.zip
Added EPIPE description.
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 045e6357..7609f03e 100644
--- a/src/hci/strerror.c
+++ b/src/hci/strerror.c
@@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
{ ENOENT, "File not found" },
{ ENETUNREACH, "Network unreachable" },
{ ETIMEDOUT, "Connection timed out" },
+ { EPIPE, "Broken pipe" },
};