From c59457f776b3970d342011633fa48aa342db30f2 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 16 Mar 2007 21:05:59 +0000 Subject: The heyu port makes use of , though it supports when -DPOSIX is turned on. Using is bad, because it breaks on kernels without COMPAT_43TTY PR: 110360 Submitted by: Ed Schouten Approved by: maintainer --- misc/heyu/files/patch-tty.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 misc/heyu/files/patch-tty.c (limited to 'misc') diff --git a/misc/heyu/files/patch-tty.c b/misc/heyu/files/patch-tty.c new file mode 100644 index 000000000000..d7017998896e --- /dev/null +++ b/misc/heyu/files/patch-tty.c @@ -0,0 +1,16 @@ +--- tty.c Sun Mar 30 22:57:59 2003 ++++ tty.c Thu Mar 15 22:48:59 2007 +@@ -86,11 +86,11 @@ + #include + struct sgttyb oldsb, newsb; + #else +-#ifndef POSIX +-#include + #ifndef NCC + #define NCC NCCS + #endif ++#ifndef POSIX ++#include + struct termio oldsb, newsb; + #else + #include -- cgit