$OpenBSD: patch-lib-src_libnyquist_sys_term_c,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
--- lib-src/libnyquist/sys/term.c.orig	Thu Nov 18 07:17:32 2004
+++ lib-src/libnyquist/sys/term.c	Tue Jan 11 08:56:46 2005
@@ -40,7 +40,7 @@ int term_testchar()
 #else
 
 #include <termios.h>
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__OpenBSD__)
 #include <asm/ioctls.h>
 #endif
 #include <signal.h>
