* [Qemu-devel] Patch: osdep.h for OpenBSD
@ 2007-03-21 2:40 Todd T. Fries
2007-04-02 9:51 ` Thiemo Seufer
0 siblings, 1 reply; 2+ messages in thread
From: Todd T. Fries @ 2007-03-21 2:40 UTC (permalink / raw)
To: qemu-devel
This is relative to the 20070319 snapshot.
--- 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
--
Todd Fries .. todd@fries.net
_____________________________________________
| \ 1.636.410.0632 (voice)
| Free Daemon Consulting, LLC \ 1.405.227.9094 (voice)
| http://FreeDaemonConsulting.com \ 1.866.792.3418 (FAX)
| "..in support of free software solutions." \ 250797 (FWD)
| \
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
37E7 D3EB 74D0 8D66 A68D B866 0326 204E 3F42 004A
http://todd.fries.net/pgp.txt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Patch: osdep.h for OpenBSD
2007-03-21 2:40 [Qemu-devel] Patch: osdep.h for OpenBSD Todd T. Fries
@ 2007-04-02 9:51 ` Thiemo Seufer
0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2007-04-02 9:51 UTC (permalink / raw)
To: Todd T. Fries; +Cc: qemu-devel
Todd T. Fries wrote:
> This is relative to the 20070319 snapshot.
>
> --- 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
Nothing in the header should need sys/*.h. Please add this to osdep.c
if needed.
Thiemo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-02 9:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-21 2:40 [Qemu-devel] Patch: osdep.h for OpenBSD Todd T. Fries
2007-04-02 9:51 ` Thiemo Seufer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).