projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf7e70
)
Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 21 Dec 2006 19:14:11 +0000
(19:14 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 21 Dec 2006 19:14:11 +0000
(19:14 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2258
c046a42c
-6fe2-441c-8c8c-
71466251a162
block-raw.c
patch
|
blob
|
history
diff --git
a/block-raw.c
b/block-raw.c
index 3a2843c5d66119dd1a9decfb0f8c1910a4601054..e6cc31affebfbaec0f7853595e30e2aed6c3a9b5 100644
(file)
--- a/
block-raw.c
+++ b/
block-raw.c
@@
-51,6
+51,9
@@
#include <linux/cdrom.h>
#include <linux/fd.h>
#endif
+#ifdef __FreeBSD__
+#include <sys/disk.h>
+#endif
//#define DEBUG_FLOPPY