qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix warning in syscall.c
@ 2008-07-03  0:57 Robert Reif
  2008-07-03  3:49 ` [Qemu-devel] problem when building arm host Cai Qiang
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Reif @ 2008-07-03  0:57 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

/home/wine/qemu/linux-user/syscall.c: In function `do_fork':
/home/wine/qemu/linux-user/syscall.c:2790: warning: implicit declaration 
of function `qemu_mallocz'
/home/wine/qemu/linux-user/syscall.c:2790: warning: assignment makes 
pointer from integer without a cast


[-- Attachment #2: syscall.diff.txt --]
[-- Type: text/plain, Size: 222 bytes --]

--- linux-user/syscall.c	(revision 4830)
+++ linux-user/syscall.c	(working copy)
@@ -72,6 +72,7 @@
 #include "linux_loop.h"
 
 #include "qemu.h"
+#include "qemu-common.h"
 
 #if defined(USE_NPTL)
 #include <linux/futex.h>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-03  6:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03  0:57 [Qemu-devel] [PATCH] fix warning in syscall.c Robert Reif
2008-07-03  3:49 ` [Qemu-devel] problem when building arm host Cai Qiang
2008-07-03  6:02   ` Cai Qiang

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).