From: Michael Brown Date: Sat, 26 May 2007 15:05:31 +0000 (+0000) Subject: Added EPIPE description. X-Git-Tag: v0.9.3~396^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070c55a838fcfe86faca4e1ae412346772d61adc;p=thirdparty%2Fipxe.git Added EPIPE description. --- diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 045e6357f..7609f03ea 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" }, };