The mmap cache removed all but one usage of "fopen" from the source. grep fopen *c fcxml.c: f = fopen ((char *) filename, "r"); On 32 bit solaris an unsigned char is used for the file descriptor in stdio routines and I gather (ancient solaris bug 1085341) that fixing this would require an ABI change and it couldn't be done. I wonder if it would be possible to get rid of that too and replace it with "open" at least perhaps in an #ifdef for 32 bit Solaris. I'll also raise this with the team in Sun that handles fontconfig. -phil. Patrick Lam wrote: > Hi all, > > I'm going to prepare a 2.3.93 release later today. > > Now, I'm going to be travelling for the next 3 weeks. This would seem > to be a good amount of time to shake out bugs for 2.4.0. I was thinking > that it might be good to release 2.4.0 by mid-January, when I get back. > Are there any more issues we'd like to resolve by then? > > pat > _______________________________________________ > Fontconfig mailing list > Fontconfig@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/fontconfig