http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added EPIPE description.
[gpxe.git]
/
src
/
hci
/
strerror.c
diff --git
a/src/hci/strerror.c
b/src/hci/strerror.c
index
045e635
..
7609f03
100644
(file)
--- 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" },
};