aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/apps/emess.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/apps/emess.h b/src/apps/emess.h
index 4c6f6783..a0a009f1 100644
--- a/src/apps/emess.h
+++ b/src/apps/emess.h
@@ -13,11 +13,6 @@ struct EMESS {
/* for emess procedure */
struct EMESS emess_dat = { nullptr, nullptr, 0 };
-#ifdef sun /* Archaic SunOs 4.1.1, etc. */
-extern char *sys_errlist[];
-#define strerror(n) (sys_errlist[n])
-#endif
-
#else /* for for calling procedures */
extern struct EMESS emess_dat;