diff options
-rw-r--r-- | src/errno/__strerror.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errno/__strerror.h b/src/errno/__strerror.h index 915044b5..2f04d400 100644 --- a/src/errno/__strerror.h +++ b/src/errno/__strerror.h @@ -100,5 +100,6 @@ E(EREMOTEIO, "Remote I/O error") E(EDQUOT, "Quota exceeded") E(ENOMEDIUM, "No medium found") E(EMEDIUMTYPE, "Wrong medium type") +E(EMULTIHOP, "Multihop attempted") E(0, "No error information") |