[PATCH] Workaround for systems that does not have PATH_MAX, like hurd.

2016-04-24 Thread Emil Velikov
Hi Tobias, A couple of suggestions I missed the first time around. On 24 April 2016 at 08:57, Tobias Frost wrote: > It is safe to define it here, as the code is only using it for string > manipulation and not for syscalls that might make different assumptions. > --- > xf86drm.c | 7 +++ > x

[PATCH] Workaround for systems that does not have PATH_MAX, like hurd.

2016-04-24 Thread Tobias Frost
It is safe to define it here, as the code is only using it for string manipulation and not for syscalls that might make different assumptions. --- xf86drm.c | 7 +++ xf86drm.h | 4 2 files changed, 11 insertions(+) diff --git a/xf86drm.c b/xf86drm.c index 45aa5fc..4dac7a4 100644 --- a/xf