summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-screen.cc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-06 09:34:47 +0000
commitf6d73036cdaa1d34f06f33156fe1b9447c1d30ae (patch)
tree2e0f0f366c4b98c43589ad6c9f84c2e971e0dc23 /misc/estic/files/patch-screen.cc
parentPartly revert the changes to MASTER_SITE_QT. Either the mirror changed (diff)
- update to 1.61
- allow pipes as input - fixed build with X11 - fixed option WITHOUT_X11 - new option WITH_ESTIC_DTR_OFF - honor NOPORTDOCS Submitted by: Peter Much & Dirk Meyer
Notes
Notes: svn path=/head/; revision=142069
Diffstat (limited to 'misc/estic/files/patch-screen.cc')
-rw-r--r--misc/estic/files/patch-screen.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/estic/files/patch-screen.cc b/misc/estic/files/patch-screen.cc
new file mode 100644
index 000000000000..f04279abce78
--- /dev/null
+++ b/misc/estic/files/patch-screen.cc
@@ -0,0 +1,12 @@
+--- spunk/bsdsrc/screen.cc.orig Thu Nov 7 18:06:54 1996
++++ spunk/bsdsrc/screen.cc Tue Sep 6 09:54:21 2005
+@@ -22,7 +22,8 @@
+ #include <stdlib.h>
+ #include <sys/ioctl.h>
+ #ifdef FREEBSD
+-# include <machine/console.h>
++# include <sys/kbio.h>
++# include <sys/consio.h>
+ #endif
+
+ #include "../screen.h"