Re: [Xen-devel] [PATCH] tools/libs/*: freebsd remove unused code

2016-01-25 Thread Ian Campbell
On Mon, 2016-01-25 at 13:27 +, Wei Liu wrote: > On Mon, Jan 25, 2016 at 01:14:34PM +, Ian Campbell wrote: > > "tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD" left some dead code > > in the FreeBSD case, which breaks the build on that platform. > > > > Also fix a typo "uint_32". > > > >

Re: [Xen-devel] [PATCH] tools/libs/*: freebsd remove unused code

2016-01-25 Thread Wei Liu
On Mon, Jan 25, 2016 at 01:14:34PM +, Ian Campbell wrote: > "tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD" left some dead code > in the FreeBSD case, which breaks the build on that platform. > > Also fix a typo "uint_32". > > Signed-off-by: Ian Campbell Acked-by: Wei Liu ___