Ar an t-aonú lá déag de mí Eanair, scríobh Jerry James:
On Tue, Jan 11, 2011 at 6:41 AM, Aidan Kehoe
<kehoea(a)parhasard.net> wrote:
> 2011-01-11 Aidan Kehoe <kehoea(a)parhasard.net>
>
> * lwlib-fonts.c (xft_open_font_by_name):
> Replace the POSIX index(3), not universally available even today,
> with the C89 strchr(3), hopefully fixing a few of the buildbots'
> problems.
>
index(3) and rindex(3) are not supposed to be available. They were marked
LEGACY in POSIX.1-2001, and removed altogether in POSIX.1-2008, with a
recommendation to use strchr(3) and strrchr(3) instead. So systems that
zealously follow the POSIX spec may not have those functions any longer,
which is probably what you've encountered. Just out of curiosity, what
system shows the problem?
http://www.lidell.nu/xemacs-buildbot/builders/amd64%20opensolaris%20cfg3/...
I have to say, I didn’t expect OpenSolaris to be leading the pack on
something like this!
--
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
-- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches