Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: qemu crashes on -current/amd64 (?)



On Wed, Dec 17, 2008 at 12:15:29PM +0100, Markus W Kilbinger wrote:
> Did I miss something?

Yeah, I'd forgotten that I had to do a little hack to get it to
finish.  I doubt very much that this little patch should show in
pkgsrc, as the header should be picked up by configure.  But it'll do
in your local patch set until that gets figured out.

--=--

--- work/qemu-0.9.0/osdep.h.orig        2007-02-05 18:01:54.000000000 -0500
+++ work/qemu-0.9.0/osdep.h
@@ -2,6 +2,7 @@
 #define QEMU_OSDEP_H
 
 #include <stdarg.h>
+#include <sys/types.h>
 
 #define qemu_printf printf
 
--=--

-- 
. ___ ___  .   .  ___
.  \    /  |\  |\ \
.  _\_ /__ |-\ |-\ \__


Home | Main Index | Thread Index | Old Index