Selaa lähdekoodia

Add ETIMEDOUT

tags/v0.9.3
Michael Brown 18 vuotta sitten
vanhempi
commit
90d859c34b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c Näytä tiedosto

@@ -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…
Peruuta
Tallenna