Re: [Qemu-devel] [PATCH 1/2] Revert "syscall.c: Fix build with older linux-headers"

2016-08-17 Thread Laurent Vivier
Le 17/08/2016 à 15:49, Michal Privoznik a écrit : > The fix I've made there was wrong. I mean, basically what I did > there was equivalent to: > > #if 0 > some code; > #endif > > This reverts commit 9c37146782e7850877d452da47dc451ba73aa62d. > > Signed-off-by: Michal Privoznik Reviewed-b

[Qemu-devel] [PATCH 1/2] Revert "syscall.c: Fix build with older linux-headers"

2016-08-17 Thread Michal Privoznik
The fix I've made there was wrong. I mean, basically what I did there was equivalent to: #if 0 some code; #endif This reverts commit 9c37146782e7850877d452da47dc451ba73aa62d. Signed-off-by: Michal Privoznik --- linux-user/syscall.c | 86 ---