diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 14:57:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-25 14:57:30 +0000 |
commit | 96866477a3fe00ae0dd23d275978eaac0246fa1e (patch) | |
tree | 5774ce0f5b281b75cf2efa870f4c9a11f08e15f2 /emulators/qemu-devel/files/patch-ba | |
parent | Fix compilation on 4.x (gcc3-ism) (diff) |
Update to 0.6.0s.20041020.
PR: ports/72945
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=120161
Diffstat (limited to 'emulators/qemu-devel/files/patch-ba')
-rw-r--r-- | emulators/qemu-devel/files/patch-ba | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/qemu-devel/files/patch-ba b/emulators/qemu-devel/files/patch-ba deleted file mode 100644 index 1d43df4b4bba..000000000000 --- a/emulators/qemu-devel/files/patch-ba +++ /dev/null @@ -1,9 +0,0 @@ -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 - |