[dpdk-dev] [PATCH 1/2] rte_tailq.h: Fix compilation under FreeBSD

Cao, Waterman waterman.cao at intel.com
Tue Jun 10 07:56:50 CEST 2014


Tested-by: Waterman Cao <waterman.cao at intel.com>

This patch is to fix compilation error in the FreeBSD 10.0 like the followings:
.. /include/rte_tailq.h:177:21: error: unknown type name 'FILE' void rte_dump_tailq(FILE *f);
../include/rte_memory.h:146:30: error: unknown type name 'FILE' void rte_dump_physmem_layout(FILE *f);

After merged this patch with last dpdk.org, compilation can pass without error in FreeBSD 10.0


More information about the dev mailing list