Re: [Qemu-devel] [PATCH] linux-user/syscall.c: remove forward declarations

2012-12-25 Thread Stefan Weil
Am 26.12.2012 00:49, schrieb John Spencer: instead use the correct headers that define these functions. Requested-by: Stefan Weil Signed-off-by: John Spencer --- linux-user/syscall.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/linux-user/syscall.c b/linux

Re: [Qemu-devel] [PATCH] linux-user/syscall.c: remove forward declarations

2012-12-25 Thread Amos Kong
On Wed, Dec 26, 2012 at 7:49 AM, John Spencer wrote: > > instead use the correct headers that define these functions. > > Requested-by: Stefan Weil > Signed-off-by: John Spencer > --- > linux-user/syscall.c |8 +++- > 1 files changed, 3 insertions(+), 5 deletions(-) > > diff --git a/lin

[Qemu-devel] [PATCH] linux-user/syscall.c: remove forward declarations

2012-12-25 Thread John Spencer
instead use the correct headers that define these functions. Requested-by: Stefan Weil Signed-off-by: John Spencer --- linux-user/syscall.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index e99adab..3167a87 100644 -