Re: [ovs-dev] [PATCH] configure: making sparse happy.

2014-03-27 Thread Pritesh Kothari (pritkoth)
On Mar 27, 2014, at 4:52 PM, Ben Pfaff wrote: > On Thu, Mar 27, 2014 at 03:44:59PM -0700, Pritesh Kothari wrote: >> Sparse is unhappy because the system include path is ahead of the >> local include path. This patch fixes that and has a clean run for >> sparse. >> >> Signed-off-by: Pritesh Koth

Re: [ovs-dev] [PATCH] configure: making sparse happy.

2014-03-27 Thread Ben Pfaff
On Thu, Mar 27, 2014 at 03:44:59PM -0700, Pritesh Kothari wrote: > Sparse is unhappy because the system include path is ahead of the > local include path. This patch fixes that and has a clean run for > sparse. > > Signed-off-by: Pritesh Kothari This reads like two mostly unrelated changes to me

[ovs-dev] [PATCH] configure: making sparse happy.

2014-03-27 Thread Pritesh Kothari
Sparse is unhappy because the system include path is ahead of the local include path. This patch fixes that and has a clean run for sparse. Signed-off-by: Pritesh Kothari --- Makefile.am |4 ++-- lib/dpif-netdev.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git