Re: [dpdk-dev] [PATCH] pci: fix missing off_t define on FreeBSD

2020-03-17 Thread Thomas Monjalon
16/03/2020 17:37, Bruce Richardson: > When removing the extra headers from rte_pci.h stdlib should have been > removed instead of stdio, since off_t is missing for BSD builds when just > including stdlib.h > > Fixes: 0dcba5256287 ("pci: remove unneeded includes in public header file") > Cc: sta...

[dpdk-dev] [PATCH] pci: fix missing off_t define on FreeBSD

2020-03-16 Thread Bruce Richardson
When removing the extra headers from rte_pci.h stdlib should have been removed instead of stdio, since off_t is missing for BSD builds when just including stdlib.h Fixes: 0dcba5256287 ("pci: remove unneeded includes in public header file") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson ---