summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@debian.org>2012-07-18 03:57:02 +0200
committerSteve M. Robbins <smr@debian.org>2012-07-18 03:57:02 +0200
commit44a4455ffb68c073468cd67a0ba22df9a23b1fa9 (patch)
tree215bec672b44262219df70481b2e530f9bc4d315 /sys
parent090c437c3ab9b07d86dff3313970cdacde925640 (diff)
fix-term-includes
=================================================================== Gbp-Pq: Name fix-term-includes.patch
Diffstat (limited to 'sys')
-rw-r--r--sys/unix/term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/unix/term.c b/sys/unix/term.c
index 2218feb..b96ddc1 100644
--- a/sys/unix/term.c
+++ b/sys/unix/term.c
@@ -10,9 +10,6 @@
#include <termios.h>
-#ifndef __APPLE__
-#include <asm/ioctls.h>
-#endif
#include <sys/ioctl.h>
#include <signal.h>
#include <stdlib.h>