aboutsummaryrefslogtreecommitdiff
path: root/chinese/cxterm/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/cxterm/files/patch-aa')
-rw-r--r--chinese/cxterm/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/cxterm/files/patch-aa b/chinese/cxterm/files/patch-aa
deleted file mode 100644
index 84c1c3f409cf..000000000000
--- a/chinese/cxterm/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- cxterm/misc.c.orig Tue Jan 17 02:57:48 1995
-+++ cxterm/misc.c Sat Aug 10 05:46:57 1996
-@@ -34,6 +34,7 @@
- * SOFTWARE.
- */
-
-+#include <sys/param.h>
- #include "ptyx.h" /* X headers included here. */
-
- #include <X11/Xos.h>
-@@ -796,8 +797,10 @@
- char *SysErrorMsg (n)
- int n;
- {
-+#if !(defined(BSD) && (BSD >= 199306))
- extern char *sys_errlist[];
- extern int sys_nerr;
-+#endif
-
- return ((n >= 0 && n < sys_nerr) ? sys_errlist[n] : "unknown error");
- }