Go to file
Daniel Mrzyglod 56faae8269 examples/bond: fix FreeBSD build
Error:
examples/bond/main.c:431:24: error: use of undeclared identifier 'AF_INET'

AF_INET defined in sys/socket.h

This header included for Linux:
. /<snip>/include/rte_ip.h
.. /usr/include/netinet/in.h
... /usr/include/sys/socket.h

But not for FreeBSD:
. /<snip>/include/rte_ip.h
.. /usr/include/netinet/in.h
... /usr/include/machine/endian.h
... /usr/include/netinet6/in6.h
. /<snip>/include/rte_tcp.h

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2015-12-07 03:21:13 +01:00
app app/proc_info: rename binary with prefix 2015-12-06 15:41:05 +01:00
config config: disable vector optimizations in sched library 2015-12-06 01:02:51 +01:00
doc app/proc_info: rename binary with prefix 2015-12-06 15:41:05 +01:00
drivers bonding: fix link state interrupt flag 2015-12-07 01:03:13 +01:00
examples examples/bond: fix FreeBSD build 2015-12-07 03:21:13 +01:00
lib port: fix sink port statistics 2015-12-07 01:03:13 +01:00
mk mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
pkg pkg: update RPM with standard install 2015-12-06 15:41:05 +01:00
scripts mk: fix combined lib build with ABI versioning 2015-12-06 15:41:04 +01:00
tools mk: remove multi-target install 2015-12-06 15:41:04 +01:00
.gitignore
GNUmakefile drivers: create new directory 2015-05-22 15:51:38 +02:00
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS maintainers: claim responsibility for secondary process and FreeBSD 2015-12-06 22:15:14 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00