Skip to content
Snippets Groups Projects
Commit 61dca5aa authored by Blue Swirl's avatar Blue Swirl
Browse files

Fix _P use on OpenBSD

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6298 c046a42c-6fe2-441c-8c8c-71466251a162
parent db34f0b3
No related branches found
No related tags found
No related merge requests found
......@@ -120,13 +120,12 @@ typedef unsigned char u_int8_t;
#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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment