Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / fxtv / patches / patch-ab
blobc9bc31ddf6aad455f77abde2f6131c69d3da5566
1 $NetBSD: patch-ab,v 1.2 2006/01/03 15:03:02 joerg Exp $
3 Needs sys/ioctl.h.
4 Dragonfly support.
6 --- pixelview_remote.c.orig     2000-05-21 15:10:09.000000000 +0000
7 +++ pixelview_remote.c
8 @@ -32,6 +32,7 @@
9   *
10   */
12 +#include <sys/ioctl.h>
13  #include <string.h>
14  #include <stdlib.h>
15  #include <stdio.h>
16 @@ -39,6 +40,9 @@
17  #include <sys/fcntl.h>
18  #ifdef __NetBSD__
19  # include <dev/ic/bt8xx.h>
20 +#elif defined(__DragonFly__)
21 +# include <dev/video/meteor/ioctl_meteor.h>
22 +# include <dev/video/bktr/ioctl_bt848.h>
23  #else
24  # include <machine/ioctl_meteor.h>
25  # include <machine/ioctl_bt848.h>