hurd does not have any PATH_MAX limitation. misc.h provides a default value which is fine here.
Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> --- hw/xfree86/xorg-wrapper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c index 6f658d7..4c37cfc 100644 --- a/hw/xfree86/xorg-wrapper.c +++ b/hw/xfree86/xorg-wrapper.c @@ -44,6 +44,8 @@ #include <xf86drm.h> /* For DRM_DEV_NAME */ #endif +#include "misc.h" + #define CONFIG_FILE SYSCONFDIR "/X11/Xwrapper.config" static const char *progname; -- 2.6.1 _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel