Re: [PATCH v2 libinput] FreeBSD portability fixes

2017-12-12 Thread Peter Hutterer
On Tue, Dec 12, 2017 at 03:55:10PM +, Emil Velikov wrote: > On 11 December 2017 at 04:21, Peter Hutterer wrote: > > >> - ptrace(PTRACE_CONT, NULL, NULL); > >> + ptrace(PTRACE_CONT, ppid, NULL, 0); > > > > > split this one out please, I'd rather not hav

Re: [PATCH v2 libinput] FreeBSD portability fixes

2017-12-12 Thread Emil Velikov
On 11 December 2017 at 04:21, Peter Hutterer wrote: >> - ptrace(PTRACE_CONT, NULL, NULL); >> + ptrace(PTRACE_CONT, ppid, NULL, 0); > > split this one out please, I'd rather not have it hidden in a bsd-suppport > patch, thanks. > Was going to ask - the PTRA

Re: [PATCH v2 libinput] FreeBSD portability fixes

2017-12-10 Thread Peter Hutterer
On Fri, Dec 01, 2017 at 04:59:43PM +0300, Greg V wrote: > --- > .gitignore| 1 + > include/linux/input.h | 4 > meson.build | 39 ++- > src/libinput-util.h | 4 > test/litest.c | 9 - > test/litest.h

[PATCH v2 libinput] FreeBSD portability fixes

2017-12-01 Thread Greg V
--- .gitignore| 1 + include/linux/input.h | 4 meson.build | 39 ++- src/libinput-util.h | 4 test/litest.c | 9 - test/litest.h | 8 test/test-pointer.c | 2 ++ 7 files changed, 61 inse