numam-dpdk/examples/multi_process
David Marchand 996839793a examples/multi_process: fix FreeBSD build
Caught on FreeBSD 12:

/usr/include/netinet/ip.h:71:17: error: field 'ip_src' has incomplete type
  struct in_addr ip_src,ip_dst; /* source and dest address */
                 ^~~~~~

On FreeBSD, netinet/ip.h is not auto sufficient like on Linux.
But actually, this header is not used in the example, just remove it.

Fixes: 764bf26873 ("add FreeBSD support")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2019-06-05 15:13:06 +02:00
..
client_server_mp examples/multi_process: fix FreeBSD build 2019-06-05 15:13:06 +02:00
hotplug_mp examples/multi_process: build with meson 2019-06-04 12:35:06 +02:00
simple_mp examples/multi_process: build with meson 2019-06-04 12:35:06 +02:00
symmetric_mp examples/multi_process: build with meson 2019-06-04 12:35:06 +02:00
Makefile examples: detect default build directory 2019-03-30 01:12:15 +01:00