14 lines
318 B
Text
14 lines
318 B
Text
|
$NetBSD: patch-ab,v 1.1.1.1 2006/03/09 10:13:29 ghen Exp $
|
||
|
|
||
|
--- lib-src/libnyquist/sys/term.c.orig Sat Mar 6 16:02:50 2004
|
||
|
+++ lib-src/libnyquist/sys/term.c
|
||
|
@@ -40,7 +40,7 @@ int term_testchar()
|
||
|
#else
|
||
|
|
||
|
#include <termios.h>
|
||
|
-#ifndef __APPLE__
|
||
|
+#ifdef __LINUX__
|
||
|
#include <asm/ioctls.h>
|
||
|
#endif
|
||
|
#include <signal.h>
|