Re: [ovs-dev] [PATCH] util.h: Restore stdarg.h which is necessary for va_list

2016-04-22 Thread Takashi YAMAMOTO
On Sat, Apr 23, 2016 at 12:28 PM, Ben Pfaff wrote: > On Sat, Apr 23, 2016 at 11:14:40AM +0900, YAMAMOTO Takashi wrote: > > Fixes a regression in commit b44ff8d826535025f4f8d12808c4ef36a7a8 . > > ("Misc cleanup with "util.h" header files") > > > > Signed-off-by: YAMAMOTO Takashi > > Acked-by:

Re: [ovs-dev] [PATCH] util.h: Restore stdarg.h which is necessary for va_list

2016-04-22 Thread Ben Pfaff
On Sat, Apr 23, 2016 at 11:14:40AM +0900, YAMAMOTO Takashi wrote: > Fixes a regression in commit b44ff8d826535025f4f8d12808c4ef36a7a8 . > ("Misc cleanup with "util.h" header files") > > Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff ___ dev m

[ovs-dev] [PATCH] util.h: Restore stdarg.h which is necessary for va_list

2016-04-22 Thread YAMAMOTO Takashi
Fixes a regression in commit b44ff8d826535025f4f8d12808c4ef36a7a8 . ("Misc cleanup with "util.h" header files") Signed-off-by: YAMAMOTO Takashi --- lib/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.h b/lib/util.h index a908267..f631bdf 100644 --- a/lib/util.h +++ b/lib/