From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6298] Fix _P use on OpenBSD
Date: Wed, 14 Jan 2009 18:04:52 +0000 [thread overview]
Message-ID: <E1LNA6m-0002ht-T2@cvs.savannah.gnu.org> (raw)
Revision: 6298
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6298
Author: blueswir1
Date: 2009-01-14 18:04:52 +0000 (Wed, 14 Jan 2009)
Log Message:
-----------
Fix _P use on OpenBSD
Modified Paths:
--------------
trunk/slirp/slirp.h
Modified: trunk/slirp/slirp.h
===================================================================
--- trunk/slirp/slirp.h 2009-01-14 18:03:53 UTC (rev 6297)
+++ trunk/slirp/slirp.h 2009-01-14 18:04:52 UTC (rev 6298)
@@ -120,13 +120,12 @@
#include <sys/uio.h>
#endif
-#ifndef _P
+#undef _P
#ifndef NO_PROTOTYPES
# define _P(x) x
#else
# define _P(x) ()
#endif
-#endif
#ifndef _WIN32
#include <netinet/in.h>
reply other threads:[~2009-01-14 18:04 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=E1LNA6m-0002ht-T2@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 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.