summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ay
blob: 4636f8023a50566c26cdc4ceff27a450303306c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ay,v 1.6 2006/12/07 16:06:39 xtraeme Exp $

--- block.c.orig	2006-12-06 21:23:19.000000000 +0100
+++ block.c	2006-12-06 21:24:04.000000000 +0100
@@ -29,8 +29,10 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/queue.h>
+#ifndef __DragonFly__
 #include <sys/disk.h>
 #endif
+#endif
 
 #ifdef CONFIG_COCOA
 #include <paths.h>