From: Zoran V. <vas...@us...> - 2005-10-15 16:02:26
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19420 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.212 retrieving revision 1.213 diff -C2 -d -r1.212 -r1.213 *** ChangeLog 15 Oct 2005 15:02:43 -0000 1.212 --- ChangeLog 15 Oct 2005 16:02:15 -0000 1.213 *************** *** 16,19 **** --- 16,22 ---- Fixed bug while processing results of gethostbyname. + * include/nsthread.h: added definition of MIN/MAX macros + since Solaris does not define them in usual place (sys/param.h) + 2005-10-11 Zoran Vasiljevic <vas...@us...> |