mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
16 lines
357 B
Diff
16 lines
357 B
Diff
|
--- ./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 */
|
||
|
|