openbsd-ports/graphics/fxtv/patches/patch-haup_remote_c
naddy 87674e8f6a Complete overhaul of this port.
Submitted by Wilbern Cobb <vedge@csoft.org>.
2002-02-02 00:52:18 +00:00

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>