[dpdk-dev] [PATCH v2] pci: fix glibc 2.25 warning regarding major/minor definitions

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Apr 4 14:53:52 CEST 2017


2017-04-04 14:36, Nirmoy Das:
> fix below warning:
> error: In the GNU C Library, "makedev" is defined
> by <sys/sysmacros.h>. For historical compatibility, it is
> currently defined by <sys/types.h> as well, but we plan to
> remove this soon. To use "makedev", include <sys/sysmacros.h>
> directly. If you did not intend to use a system-defined macro
> "makedev", you should undefine it after including <sys/types.h>. [-Werror]
> dev = makedev(major, minor);
>              ^~~~~~~~~~~~~~~~~
> 
> Signed-off-by: Nirmoy Das <ndas at suse.de>

Just applied the same patch from Jerin:
	http://dpdk.org/patch/23136

Thank you anyway

PS: please use --in-reply-to when sending a v2


More information about the dev mailing list