qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix warning in syscall.c
Date: Wed, 02 Jul 2008 20:57:24 -0400	[thread overview]
Message-ID: <486C23F4.2000500@earthlink.net> (raw)

[-- 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>

             reply	other threads:[~2008-07-03  0:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03  0:57 Robert Reif [this message]
2008-07-03  3:49 ` [Qemu-devel] problem when building arm host Cai Qiang
2008-07-03  6:02   ` Cai Qiang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=486C23F4.2000500@earthlink.net \
    --to=reif@earthlink.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).