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

2017-04-04 Thread Markos Chandras
Hi Nirmoy, On 04/04/2017 01:32 PM, Nirmoy Das wrote: > fixes: > error: In the GNU C Library, "makedev" is defined > by . For historical compatibility, it is > currently defined by as well, but we plan to > remove this soon. To use "makedev", include > directly. If you did not intend to use a sys

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

2017-04-04 Thread Markos Chandras
On 04/04/2017 01:50 PM, Markos Chandras wrote: > Hi Nirmoy, > > On 04/04/2017 01:32 PM, Nirmoy Das wrote: >> fixes: >> error: In the GNU C Library, "makedev" is defined >> by . For historical compatibility, it is >> currently defined by as well, but we plan to >> remove this soon. To use "makedev

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

2017-04-04 Thread Nirmoy Das
fixes: error: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after includin