1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/estic/files/patch-screen.cc
Dirk Meyer f6d73036cd - 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
2005-09-06 09:34:47 +00:00

13 lines
312 B
C++

--- 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"