qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6742] Fix BSD breakage from r6736
Date: Sat, 07 Mar 2009 16:52:03 +0000	[thread overview]
Message-ID: <E1Lfzkp-0003Uh-EX@cvs.savannah.gnu.org> (raw)

Revision: 6742
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6742
Author:   blueswir1
Date:     2009-03-07 16:52:02 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
Fix BSD breakage from r6736

Modified Paths:
--------------
    trunk/net.c
    trunk/osdep.c
    trunk/savevm.c
    trunk/vl.c

Modified: trunk/net.c
===================================================================
--- trunk/net.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/net.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <sys/times.h>
 #include <sys/wait.h>

Modified: trunk/osdep.c
===================================================================
--- trunk/osdep.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/osdep.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -33,6 +33,9 @@
 #include <sys/statvfs.h>
 #endif
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifdef _WIN32
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>

Modified: trunk/savevm.c
===================================================================
--- trunk/savevm.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/savevm.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <sys/times.h>
 #include <sys/wait.h>

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2009-03-07 16:03:05 UTC (rev 6741)
+++ trunk/vl.c	2009-03-07 16:52:02 UTC (rev 6742)
@@ -29,6 +29,9 @@
 #include <sys/time.h>
 #include <zlib.h>
 
+/* Needed early for _BSD etc. */
+#include "config-host.h"
+
 #ifndef _WIN32
 #include <pwd.h>
 #include <sys/times.h>

                 reply	other threads:[~2009-03-07 16:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Lfzkp-0003Uh-EX@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.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).