|
From: Joe M. C. <ma...@Fr...> - 2003-04-23 19:21:45
|
I noticed that the new SK makes use of strndup in i18n.c. This function doesn't exist on FreeBSD or Solaris. I implemented a quick version inline for FreeBSD, but one might consider checking for strndup in configure, and, if it's not found, use another function, or an inline implementation. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: ma...@Fr... http://www.FreeBSD.org/gnome |