mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
19 lines
494 B
C
19 lines
494 B
C
$NetBSD: patch-plugins_vidinput_bsd_vidinput_bsd.h,v 1.2 2012/12/01 15:28:03 darcy Exp $
|
|
|
|
- Add Dragonfly support
|
|
|
|
--- plugins/vidinput_bsd/vidinput_bsd.h.orig 2009-09-21 00:25:31.000000000 +0000
|
|
+++ plugins/vidinput_bsd/vidinput_bsd.h
|
|
@@ -13,6 +13,11 @@
|
|
#include <ptlib/vconvert.h>
|
|
#include <ptclib/delaychan.h>
|
|
|
|
+#if defined(P_DRAGONFLY)
|
|
+#include <sys/param.h>
|
|
+#include <machine/ioctl_meteor.h>
|
|
+#endif
|
|
+
|
|
#if defined(P_FREEBSD)
|
|
#include <sys/param.h>
|
|
# if __FreeBSD_version >= 502100
|