Added EPIPE description.

This commit is contained in:
Michael Brown
2007-05-26 15:05:31 +00:00
parent 10d0a1f8c7
commit 070c55a838

View File

@@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
{ ENOENT, "File not found" },
{ ENETUNREACH, "Network unreachable" },
{ ETIMEDOUT, "Connection timed out" },
{ EPIPE, "Broken pipe" },
};