summaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/error.c b/error.c
index d51304f..e705cf4 100644
--- a/error.c
+++ b/error.c
@@ -93,3 +93,10 @@ EACCES;
93#else 93#else
94-13; 94-13;
95#endif 95#endif
96
97int error_refused =
98#ifdef ECONNREFUSED
99ECONNREFUSED;
100#else
101-14;
102#endif