--- xorg-server-1.15.0.orig/hw/kdrive/linux/linux.c 2013-12-27 18:38:52.000000000 +0100 +++ xorg-server-1.15.0/hw/kdrive/linux/linux.c 2014-03-21 12:51:06.774068258 +0100 @@ -66,8 +66,8 @@ static void LinuxCheckChown(const char *file) { struct stat st; - __uid_t u; - __gid_t g; + uid_t u; + gid_t g; if (stat(file, &st) < 0) return;