1351N/Aindex 0eaa6aa..f466c25 100644
851N/A #include <version-config.h>
766N/A+#include <sys/stat.h>
766N/A #include <X11/Xproto.h>
766N/A+#define LOCK_PREFIX "/var/xauth/"
766N/A+ * Setup /var/xauth/$DISPLAY, which is a symlink to the
1124N/Adiff --git a/hw/xfree86/os-support/solaris/sun_init.c b/hw/xfree86/os-support/solaris/sun_init.c
1088N/A #define SOL_CONSOLE_DEV "/dev/console"
1276N/A if (ioctl(xf86Info.consoleFd, VT_SETDISPINFO, atoi(display)) < 0)
1276N/A+ xf86ConsoleFd = xf86Info.consoleFd;