summaryrefslogtreecommitdiff
path: root/misc/screen/files
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1994-11-20 17:04:03 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1994-11-20 17:04:03 +0000
commit2c41eb81326098b9661d3e97372609b5ef578ce0 (patch)
tree0fd6c0a37ea412b1543b0b0947fe2c60bd6e90af /misc/screen/files
parentAdd ImageMagick, ctwm, mpeg-lib and tiff to the subdirs list (diff)
screen 3.5.2
Notes
Notes: svn path=/head/; revision=425
Diffstat (limited to 'misc/screen/files')
-rw-r--r--misc/screen/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/misc/screen/files/patch-aa b/misc/screen/files/patch-aa
new file mode 100644
index 000000000000..415b03f91ae3
--- /dev/null
+++ b/misc/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