RE: [PATCH] tools: hv: clean up code, remove unnecessary header files and link flags

2016-10-19 Thread KY Srinivasan
> -Original Message- > From: Weibing Zhang [mailto:atheism.zh...@gmail.com] > Sent: Tuesday, October 18, 2016 8:43 PM > To: KY Srinivasan ; Haiyang Zhang > > Cc: de...@linuxdriverproject.org; linux-ker...@vger.kernel.org; Weibing > Zhang > Subject: [PATCH] tools: hv: clean up code, remo

Re: [PATCH] tools: hv: clean up code, remove unnecessary header files and link flags

2016-10-19 Thread Dan Carpenter
On Wed, Oct 19, 2016 at 11:43:28AM +0800, Weibing Zhang wrote: > Remove unnecessary header files and netlink related code as the daemons > do not use netlink to communicate with the kernel now. > Fix a compile warning in snprintf. > Pthread is also not needed. > > Signed-off-by: Weibing Zhang Br