996839793a
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:
|
||
---|---|---|
.. | ||
client_server_mp | ||
hotplug_mp | ||
simple_mp | ||
symmetric_mp | ||
Makefile |