hurd: fix xorg-wrapper build

hurd does not have any PATH_MAX limitation. misc.h provides a default value
which is fine here.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
Samuel Thibault 2015-10-19 23:15:36 +02:00 committed by Adam Jackson
parent f9a04d19ae
commit 113c0bb4fd

View File

@ -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;