diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-28 15:42:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-28 15:42:48 +0000 |
commit | e38b4b346b544f34a151477aa6cf6d61850977a7 (patch) | |
tree | 1b895f64a95f1f68ef4cc91d6f98f72401391426 /emulators/qemu-devel/files | |
parent | 824dc5a1d6bd9d904b9bacd0a48292d97db6a2a5 (diff) |
Notes
Diffstat (limited to 'emulators/qemu-devel/files')
-rw-r--r-- | emulators/qemu-devel/files/patch-exec.c | 10 | ||||
-rw-r--r-- | emulators/qemu-devel/files/patch-target-sparc::op_helper.c | 8 |
2 files changed, 18 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-exec.c b/emulators/qemu-devel/files/patch-exec.c new file mode 100644 index 000000000000..f6978d7cc830 --- /dev/null +++ b/emulators/qemu-devel/files/patch-exec.c @@ -0,0 +1,10 @@ +--- 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> diff --git a/emulators/qemu-devel/files/patch-target-sparc::op_helper.c b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c new file mode 100644 index 000000000000..e621a1337ad1 --- /dev/null +++ b/emulators/qemu-devel/files/patch-target-sparc::op_helper.c @@ -0,0 +1,8 @@ +--- qemu/target-sparc/op_helper.c.orig Mon Oct 11 02:46:24 2004 ++++ qemu/target-sparc/op_helper.c Thu Oct 28 23:28:57 2004 +@@ -1,5 +1,4 @@ + #include <math.h> +-#include <fenv.h> + #include "exec.h" + + #ifdef USE_INT_TO_FLOAT_HELPERS |