Browse Source

Add ETIMEDOUT

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
90d859c34b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c View File

@@ -64,4 +64,5 @@ struct errortab common_errors[] __errortab = {
64 64
 	{ EACCES, "Permission denied" },
65 65
 	{ ENOENT, "File not found" },
66 66
 	{ ENETUNREACH, "Network unreachable" },
67
+	{ ETIMEDOUT, "Connection timed out" },
67 68
 };

Loading…
Cancel
Save