summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen/files/patch-aa')
-rw-r--r--sysutils/screen/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/screen/files/patch-aa b/sysutils/screen/files/patch-aa
new file mode 100644
index 000000000000..415b03f91ae3
--- /dev/null
+++ b/sysutils/screen/files/patch-aa
@@ -0,0 +1,31 @@
+*** os.h.orig Sun Nov 20 14:46:54 1994
+--- os.h Sun Nov 20 15:00:33 1994
+***************
+*** 25,31 ****
+ #include <errno.h>
+ #include <sys/param.h>
+
+! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX)
+ # include <signal.h>
+ #endif /* BSDI || __386BSD__ || _CX_UX */
+
+--- 25,31 ----
+ #include <errno.h>
+ #include <sys/param.h>
+
+! #if defined(BSDI) || defined(__386BSD__) || defined(_CX_UX) || defined(__FreeBSD__)
+ # include <signal.h>
+ #endif /* BSDI || __386BSD__ || _CX_UX */
+
+***************
+*** 48,54 ****
+--- 48,56 ----
+ #ifndef linux /* all done in <errno.h> */
+ extern int errno;
+ extern int sys_nerr;
++ #if BSD < 199306
+ extern char *sys_errlist[];
++ #endif
+ #endif /* linux */
+
+ #ifdef sun