From: Vlad S. <ser...@us...> - 2005-06-27 16:22:38
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4386 Modified Files: ChangeLog Log Message: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to allow nsd to be compiled on Unix again Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** ChangeLog 24 Jun 2005 08:46:07 -0000 1.128 --- ChangeLog 27 Jun 2005 16:22:29 -0000 1.129 *************** *** 1,2 **** --- 1,7 ---- + 2005-06-27 Vlad Seryakov <ser...@us...> + + * nsd/tclcmds.c: #ifdef-ed NsTclFailServiceObjCmd with WIN32 to + allow nsd to be compiled on Unix again. + 2005-06-24 Ibrahim Tannir <it...@us...> |