Module Name: xsrc Committed By: mrg Date: Wed Jun 16 05:26:43 UTC 2010
Modified Files: xsrc/external/mit/libX11/dist/src: XlibInt.c Log Message: avoid a compile error in libX11 1.3.4. To generate a diff of this commit: cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/libX11/dist/src/XlibInt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/libX11/dist/src/XlibInt.c diff -u xsrc/external/mit/libX11/dist/src/XlibInt.c:1.1.1.5 xsrc/external/mit/libX11/dist/src/XlibInt.c:1.2 --- xsrc/external/mit/libX11/dist/src/XlibInt.c:1.1.1.5 Wed Jun 16 03:04:31 2010 +++ xsrc/external/mit/libX11/dist/src/XlibInt.c Wed Jun 16 05:26:43 2010 @@ -591,7 +591,7 @@ static int _XPrivSyncFunction (Display *dpy) { -#if XTHREADS +#ifdef XTHREADS assert(!dpy->lock_fns); #endif assert(dpy->synchandler == _XPrivSyncFunction);