[dpdk-dev] [PATCH] examples/netmap_compat: Fix compile issue with POLLRDNORM

2015-12-12 Thread Thomas Monjalon
2015-12-11 14:36, Michael Qiu: > examples/netmap_compat/bridge/../lib/compat_netmap.c:880:41: > error: ?POLLRDNORM? undeclared (first use in this function) > > The root casue is POLLRDNORM is more-or-less nonstandard, and it > depends on macro "__USE_XOPEN". > > Fixes: 06371afe394d (examples/ne

[dpdk-dev] [PATCH] examples/netmap_compat: Fix compile issue with POLLRDNORM

2015-12-11 Thread Michael Qiu
examples/netmap_compat/bridge/../lib/compat_netmap.c:880:41: error: ?POLLRDNORM? undeclared (first use in this function) The root casue is POLLRDNORM is more-or-less nonstandard, and it depends on macro "__USE_XOPEN". Fixes: 06371afe394d (examples/netmap_compat: import netmap compatibility exa