mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
313 B
Plaintext
14 lines
313 B
Plaintext
$NetBSD: patch-ab,v 1.3 2004/04/20 18:02:16 ben 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>
|