mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
$NetBSD: patch-ap,v 1.1 2006/01/08 04:57:55 joerg Exp $
|
|
|
|
--- plugins/vidinput_bsd/vidinput_bsd.h.orig 2006-01-08 03:17:25.000000000 +0000
|
|
+++ plugins/vidinput_bsd/vidinput_bsd.h
|
|
@@ -10,6 +10,10 @@
|
|
#include <machine/ioctl_meteor.h>
|
|
#endif
|
|
|
|
+#if defined(P_DRAGONFLY)
|
|
+#include <dev/video/meteor/ioctl_meteor.h>
|
|
+#endif
|
|
+
|
|
#if defined(P_OPENBSD) || defined(P_NETBSD)
|
|
#if P_OPENBSD >= 200105
|
|
#include <dev/ic/bt8xx.h>
|