mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f6d73036cd
- 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
13 lines
312 B
C++
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"
|