Re: [Xen-devel] [PATCH for-4.6 1/3] libxl: include sys/endian.h for FreeBSD

2015-07-21 Thread Ian Campbell
On Tue, 2015-07-21 at 10:36 +0100, Wei Liu wrote: > On Mon, Jul 20, 2015 at 04:55:00PM +0200, Roger Pau Monne wrote: > > be64toh and friends are declared in sys/endian.h on FreeBSD, so > > include it > > as part of libxl_osdeps.h. > > > > Signed-off-by: Roger Pau Monné > > Cc: Ian Jackson > > C

Re: [Xen-devel] [PATCH for-4.6 1/3] libxl: include sys/endian.h for FreeBSD

2015-07-21 Thread Wei Liu
On Mon, Jul 20, 2015 at 04:55:00PM +0200, Roger Pau Monne wrote: > be64toh and friends are declared in sys/endian.h on FreeBSD, so include it > as part of libxl_osdeps.h. > > Signed-off-by: Roger Pau Monné > Cc: Ian Jackson > Cc: Ian Campbell > Cc: Wei Liu Acked-by: Wei Liu > --- > tools/l