All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: "Todd T. Fries" <todd@fries.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Patch: osdep.h for OpenBSD
Date: Mon, 2 Apr 2007 10:51:38 +0100	[thread overview]
Message-ID: <20070402095138.GA24846@networkno.de> (raw)
In-Reply-To: <20070321024011.GA21448@fries.net>

Todd T. Fries wrote:
> This is relative to the 20070319 snapshot.
> 
> --- osdep.h.orig	Mon Feb  5 17:01:54 2007
> +++ osdep.h	Sat Mar 10 16:39:40 2007
> @@ -2,6 +2,10 @@
>  #define QEMU_OSDEP_H
>  
>  #include <stdarg.h>
> +#ifdef __OpenBSD__
> +#include <sys/types.h>
> +#include <sys/signal.h>
> +#endif

Nothing in the header should need sys/*.h. Please add this to osdep.c
if needed.


Thiemo

      reply	other threads:[~2007-04-02  9:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21  2:40 [Qemu-devel] Patch: osdep.h for OpenBSD Todd T. Fries
2007-04-02  9:51 ` Thiemo Seufer [this message]

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=20070402095138.GA24846@networkno.de \
    --to=ths@networkno.de \
    --cc=qemu-devel@nongnu.org \
    --cc=todd@fries.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.