qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6298] Fix _P use on OpenBSD
@ 2009-01-14 18:04 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-01-14 18:04 UTC (permalink / raw)
  To: qemu-devel

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-14 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 18:04 [Qemu-devel] [6298] Fix _P use on OpenBSD Blue Swirl

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).