Re: [Qemu-devel] [PATCH] vnc: use bswapNN() rather than bswap_NN()

2010-09-04 Thread Blue Swirl
Thanks, applied. On Sun, Aug 8, 2010 at 9:54 AM, Izumi Tsutsui wrote: > bswap_NN() variants are not always available in CONFIG_MACHINE_BSWAP_H case > and bswapNN() are public APIs in "bswap.h". > > Signed-off-by: Izumi Tsutsui > --- >  ui/vnc-enc-tight.c |    8 >  1 files changed, 4 ins

[Qemu-devel] [PATCH] vnc: use bswapNN() rather than bswap_NN()

2010-08-08 Thread Izumi Tsutsui
bswap_NN() variants are not always available in CONFIG_MACHINE_BSWAP_H case and bswapNN() are public APIs in "bswap.h". Signed-off-by: Izumi Tsutsui --- ui/vnc-enc-tight.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c inde