[PATCH RESEND xserver] On linux use instead of

2015-08-17 Thread Felix Janda
is obsolete. Using instead fixes building with musl libc. Signed-off-by: Felix Janda --- hw/xfree86/os-support/xf86_OSlib.h | 4 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 6190fe6..95c3a73 100644 --- a/hw

Re: [PATCH RESEND libpciaccess] linux_sysfs.c: Include for PATH_MAX

2015-05-01 Thread Felix Janda
Alan Coopersmith wrote: > On 05/ 1/15 07:36 AM, Felix Janda wrote: > > Fixes compilation with musl libc. > > > > Tested-by: Bernd Kuhls > > Signed-off-by: Felix Janda > > --- > > src/linux_sysfs.c | 1 + > > 1 file changed, 1 insertion(+)

[PATCH RESEND libpciaccess] linux_sysfs.c: Include for PATH_MAX

2015-05-01 Thread Felix Janda
Fixes compilation with musl libc. Tested-by: Bernd Kuhls Signed-off-by: Felix Janda --- src/linux_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c index 8fca65e..1c8d3e3 100644 --- a/src/linux_sysfs.c +++ b/src/linux_sysfs.c @@ -41,6 +41,7

[PATCH xserver] On linux use instead of

2015-01-27 Thread Felix Janda
is obsolete. This fixes building with musl libc. Signed-off-by: Felix Janda --- hw/xfree86/os-support/xf86_OSlib.h | 4 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 6190fe6..95c3a73 100644 --- a/hw/xfree86/os

[PATCH libpciaccess 2/2] pciaccess_private.h: Use instead of

2015-01-26 Thread Felix Janda
The former is the standard location. Signed-off-by: Felix Janda --- src/pciaccess_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h index 9f4e8f9..2f05b29 100644 --- a/src/pciaccess_private.h +++ b/src

[PATCH libpciaccess] linux_sysfs: include for PATH_MAX

2014-12-04 Thread Felix Janda
Signed-off-by: Felix Janda --- src/linux_sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/linux_sysfs.c b/src/linux_sysfs.c index 8fca65e..599a348 100644 --- a/src/linux_sysfs.c +++ b/src/linux_sysfs.c @@ -44,6 +44,7 @@ #include #include #include +#include #if defined