Hello. I found following strange code in xc/lib/xtrans/Xtransutil.c.
---------------------------------------------------------- #ifdef __CYGWIN__ #include <sys/unistd.h> #define fchown chown #define fchmod chmod #endif ---------------------------------------------------------- I can't compile and test X now, but I think it is the cause of crash on startup. Regards, Takashi Sawanaka
