Re: server: Android has struct user in asm/user.h

2013-09-24 Thread Huw Davies
> On 24 Sep 2013, at 17:57, André Hentschel wrote: > > is that for the warning about the missing casts? No, this actually introduces more :-) The cast warning is about the 4th param of ptrace. Huw.

Re: server: Android has struct user in asm/user.h

2013-09-24 Thread André Hentschel
Am 24.09.2013 17:13, schrieb Huw Davies: > --- > configure.ac| 1 + > server/ptrace.c | 8 +++- > 2 files changed, 8 insertions(+), 1 deletion(-) is that for the warning about the missing casts?