diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-03 02:12:52 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-03 02:12:52 +0000 |
commit | 6731665740417f7b4a740848f58d3dcdec987a6f (patch) | |
tree | d75ef716fc45f7aae92001ab3ab507fe24a5168d /emulators/qemu-devel/files/patch-ba | |
parent | upgrade to 2.12 (diff) |
Add port for qemu 0.5.5 snapshot of 04/05/30,
A fast CPU emulator environment.
PR: 67506
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes:
svn path=/head/; revision=110715
Diffstat (limited to 'emulators/qemu-devel/files/patch-ba')
-rw-r--r-- | emulators/qemu-devel/files/patch-ba | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-ba b/emulators/qemu-devel/files/patch-ba new file mode 100644 index 000000000000..1d43df4b4bba --- /dev/null +++ b/emulators/qemu-devel/files/patch-ba @@ -0,0 +1,9 @@ +Index: qemu/block.c +@@ -31,6 +31,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> ++#include <sys/queue.h> + #include <sys/disk.h> + #endif + |