87674e8f6a
Submitted by Wilbern Cobb <vedge@csoft.org>.
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
$OpenBSD: patch-haup_remote_c,v 1.1 2002/02/02 00:52:18 naddy Exp $
|
|
--- haup_remote.c.orig Sun May 21 12:10:04 2000
|
|
+++ haup_remote.c Tue Jun 19 07:43:01 2001
|
|
@@ -36,7 +36,8 @@
|
|
#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <sys/fcntl.h>
|
|
-#ifdef __NetBSD__
|
|
+#if defined(__NetBSD__) || defined(__OpenBSD__)
|
|
+# include <sys/ioctl.h>
|
|
# include <dev/ic/bt8xx.h>
|
|
#else
|
|
# include <machine/ioctl_meteor.h>
|