From 90d859c34bd9ab8a6924b255697b6145bbb8aee5 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 15 Jan 2007 02:46:56 +0000 Subject: [PATCH] Add ETIMEDOUT --- src/hci/strerror.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 799f1631..e407d30b 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = { { EACCES, "Permission denied" }, { ENOENT, "File not found" }, { ENETUNREACH, "Network unreachable" }, + { ETIMEDOUT, "Connection timed out" }, };