summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-bf
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-06-03 02:12:52 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-06-03 02:12:52 +0000
commit6731665740417f7b4a740848f58d3dcdec987a6f (patch)
treed75ef716fc45f7aae92001ab3ab507fe24a5168d /emulators/qemu-devel/files/patch-bf
parentupgrade 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>
Diffstat (limited to 'emulators/qemu-devel/files/patch-bf')
-rw-r--r--emulators/qemu-devel/files/patch-bf55
1 files changed, 55 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-bf b/emulators/qemu-devel/files/patch-bf
new file mode 100644
index 000000000000..c02063205965
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-bf
@@ -0,0 +1,55 @@
+Index: qemu/slirp/slirp_config.h
+@@ -61,7 +61,7 @@
+ #define HAVE_STDLIB_H
+
+ /* Define if you have sys/ioctl.h */
+-#undef HAVE_SYS_IOCTL_H
++#define HAVE_SYS_IOCTL_H
+
+ /* Define if you have sys/filio.h */
+ #undef HAVE_SYS_FILIO_H
+@@ -86,7 +86,7 @@
+ #undef BAD_SPRINTF
+
+ /* Define if you have readv */
+-#undef HAVE_READV
++#define HAVE_READV
+
+ /* Define if iovec needs to be declared */
+ #undef DECLARE_IOVEC
+@@ -95,7 +95,7 @@
+ #undef DECLARE_SPRINTF
+
+ /* Define if you have a POSIX.1 sys/wait.h */
+-#undef HAVE_SYS_WAIT_H
++#define HAVE_SYS_WAIT_H
+
+ /* Define if you have sys/select.h */
+ #define HAVE_SYS_SELECT_H
+@@ -107,7 +107,7 @@
+ #define HAVE_ARPA_INET_H
+
+ /* Define if you have sys/signal.h */
+-#undef HAVE_SYS_SIGNAL_H
++#define HAVE_SYS_SIGNAL_H
+
+ /* Define if you have sys/stropts.h */
+ #undef HAVE_SYS_STROPTS_H
+@@ -162,7 +162,7 @@
+ #define HAVE_MEMMOVE
+
+ /* Define if you have <termios.h> */
+-#undef HAVE_TERMIOS_H
++#define HAVE_TERMIOS_H
+
+ /* Define if you have gethostid */
+ #undef HAVE_GETHOSTID
+@@ -180,7 +180,7 @@
+ #undef HAVE_GRANTPT
+
+ /* Define if you have fchmod */
+-#undef HAVE_FCHMOD
++#define HAVE_FCHMOD
+
+ /* Define if you have <sys/type32.h> */
+ #undef HAVE_SYS_TYPES32_H