Subj : CVS commit src/xpdev/genwrap.h To : All From : deuce Date : Sun Sep 11 2005 03:33 pm src/xpdev genwrap.h 1.73 1.74 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv795 Modified Files: genwrap.h Log Message: Add a kludge for solaris ctime_r. Solaris actually has two POSIX ctime_r() implementations... one with three args which is from a draft standard and is supplied for backwards compatability, and one with two args which conforms to the final POSIX standard. This is a kludge since it doesn't use the correct methods for selecting which ctime_r() (and asctime_r()) implementation to use. I don't have time right now to dig up the "right" way. Instructions are welcome. :-) .