xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Mon Oct 19 14:17:39 PDT 2015


 hw/xfree86/xorg-wrapper.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 113c0bb4fd764da8c08d8f30abe350c7650c9fc2
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Mon Oct 19 23:15:36 2015 +0200

    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 at redhat.com>
    Signed-off-by: Samuel Thibault <samuel.thibault at ens-lyon.org>

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;


More information about the xorg-commit mailing list