diff options
Diffstat (limited to 'misc/estic/files/patch-screen.cc')
-rw-r--r-- | misc/estic/files/patch-screen.cc | 12 |
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" |