diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-17 09:47:38 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-11-17 09:47:38 +0000 |
commit | 34f7a66b4e20715404619adbef55c4b67346d72b (patch) | |
tree | f176d1142ee93acb6f4024f35ca96f148e3c030b /emulators/qemu-devel/files/patch-exec.c | |
parent | Fix an installation problem I introduced yesterday. (diff) |
o Update to 0.6.1(2004/11/15 snapshot).
FreeBSD related changes: physical cdrom fix, audio merge
PR: ports/74015
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=121802
Diffstat (limited to 'emulators/qemu-devel/files/patch-exec.c')
-rw-r--r-- | emulators/qemu-devel/files/patch-exec.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/qemu-devel/files/patch-exec.c b/emulators/qemu-devel/files/patch-exec.c deleted file mode 100644 index f6978d7cc830..000000000000 --- a/emulators/qemu-devel/files/patch-exec.c +++ /dev/null @@ -1,10 +0,0 @@ ---- qemu/exec.c.orig Mon Oct 11 00:14:19 2004 -+++ qemu/exec.c Thu Oct 28 23:28:25 2004 -@@ -21,6 +21,7 @@ - #ifdef _WIN32 - #include <windows.h> - #else -+#include <sys/types.h> - #include <sys/mman.h> - #endif - #include <stdlib.h> |