blob: ed638e2422f4ea97068c25d77988dafca346f277 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./term.c.orig 2005-06-29 16:40:27.000000000 -0500
+++ ./term.c 2019-08-19 17:33:19.458203667 -0500
@@ -25,12 +25,6 @@
#include "regexp.h"
#include "nn_term.h"
-#if !defined(__FreeBSD__) && !(__NetBSD__) && !defined(NeXT)
-#include <stropts.h>
-#else
-#include <sys/ioctl.h>
-#endif
-
#ifdef RESIZING
#include <sys/ioctl.h> /* for TIOCGWINSZ */
|