see http://qemu.org/changelog.html for details new in OpenBSD, support for raw block devices
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
$OpenBSD: patch-osdep_h,v 1.3 2007/05/01 12:55:14 todd Exp $
|
|
--- osdep.h.orig Mon Feb 5 17:01:54 2007
|
|
+++ osdep.h Sat Mar 10 16:39:40 2007
|
|
@@ -2,6 +2,10 @@
|
|
#define QEMU_OSDEP_H
|
|
|
|
#include <stdarg.h>
|
|
+#ifdef __OpenBSD__
|
|
+#include <sys/types.h>
|
|
+#include <sys/signal.h>
|
|
+#endif
|
|
|
|
#define qemu_printf printf
|
|
|