repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
audacity
/
patches
/
patch-ab
blob
337f943f08b1e4f1f1507d64b2d0a9587b1199da
1
$NetBSD$
2
3
--- lib-src/libnyquist/sys/term.c.orig Sat Mar 6 16:02:50 2004
4
+++ lib-src/libnyquist/sys/term.c
5
@@ -40,7 +40,7 @@ int term_testchar()
6
#else
7
8
#include <termios.h>
9
-#ifndef __APPLE__
10
+#ifdef __LINUX__
11
#include <asm/ioctls.h>
12
#endif
13
#include <signal.h>