# HG changeset patch # User Richard M. Stallman # Date 778815271 0 # Node ID 80ea1fd539f37b29ee44e29714fa4f1e559072f9 # Parent 258aaa4b66edbea06bf758066ceec6aadb2dbe62 [USE_X_TOOLKIT && HAVE_X11XTR6] (REL_ALLOC): Undefine it. diff -r 258aaa4b66ed -r 80ea1fd539f3 src/s/sol2.h --- a/src/s/sol2.h Mon Sep 05 23:59:51 1994 +0000 +++ b/src/s/sol2.h Tue Sep 06 01:34:31 1994 +0000 @@ -41,3 +41,9 @@ people keep saying that it doesn't work, and that the patch is easy to install. Patch number is 100947-02. */ #undef SOLARIS_BROKEN_ACCESS + +/* We can't use Xt from X11R6 with ralloc.c, because Xt + includes libthread.so and that calls sbrk directly. */ +#if defined (USE_X_TOOLKIT) && defined (HAVE_X11XTR6) +#undef REL_ALLOC +#endif