qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wessel <jason.wessel@windriver.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] FC6 compat compiler fix
Date: Fri, 08 Dec 2006 07:50:44 -0600	[thread overview]
Message-ID: <45796DB4.9050005@windriver.com> (raw)

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

When using the gcc34 compiler in FC6 QEMU will not build.  It seems that 
linux/compiler.h is not actually used for anything, as it continues to 
build fine on other linux varients.

signed-off-by: jason.wessel@windriver.com

Jason.

[-- Attachment #2: host_compiler_fix.patch --]
[-- Type: text/plain, Size: 339 bytes --]

Index: qemu-101806/usb-linux.c
===================================================================
--- qemu-101806.orig/usb-linux.c
+++ qemu-101806/usb-linux.c
@@ -26,7 +26,6 @@
 #if defined(__linux__)
 #include <dirent.h>
 #include <sys/ioctl.h>
-#include <linux/compiler.h>
 #include <linux/usbdevice_fs.h>
 #include <linux/version.h>
 

             reply	other threads:[~2006-12-08 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-08 13:50 Jason Wessel [this message]
2006-12-09 22:24 ` [Qemu-devel] [PATCH] FC6 compat compiler fix David Woodhouse
2006-12-27 13:44 ` Andrew Parker

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=45796DB4.9050005@windriver.com \
    --to=jason.wessel@windriver.com \
    --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).