Parcourir la source

Added EPIPE description.

tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
070c55a838
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/hci/strerror.c

+ 1
- 0
src/hci/strerror.c Voir le fichier

@@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = {
120 120
 	{ ENOENT, "File not found" },
121 121
 	{ ENETUNREACH, "Network unreachable" },
122 122
 	{ ETIMEDOUT, "Connection timed out" },
123
+	{ EPIPE, "Broken pipe" },
123 124
 };

Chargement…
Annuler
Enregistrer