mirror of
https://github.com/ipxe/ipxe.git
synced 2026-04-22 06:02:04 +02:00
Added EPIPE description.
This commit is contained in:
parent
10d0a1f8c7
commit
070c55a838
@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
|
||||
{ ENOENT, "File not found" },
|
||||
{ ENETUNREACH, "Network unreachable" },
|
||||
{ ETIMEDOUT, "Connection timed out" },
|
||||
{ EPIPE, "Broken pipe" },
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user