From 070c55a838fcfe86faca4e1ae412346772d61adc Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 26 May 2007 15:05:31 +0000 Subject: [PATCH] Added EPIPE description. --- src/hci/strerror.c | 1 + 1 file changed, 1 insertion(+) 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" }, };