mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
b111b35ebf
- use distribution patch - extend pkg-message - protect config file - cleanup staged install - make portlint happier
13 lines
286 B
C++
13 lines
286 B
C++
--- spunk/bsdsrc/screen.cc.orig 1996-11-07 17:06:54 UTC
|
|
+++ spunk/bsdsrc/screen.cc
|
|
@@ -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"
|