From: Zoran V. <vas...@us...> - 2005-06-10 07:25:11
|
Update of /cvsroot/naviserver/naviserver/nsd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11206 Modified Files: nswin32.c Log Message: Cosmetic changes (reformated function comments, untabified). Index: nswin32.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nsd/nswin32.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** nswin32.c 16 Feb 2005 08:39:37 -0000 1.1.1.1 --- nswin32.c 10 Jun 2005 07:25:03 -0000 1.2 *************** *** 32,36 **** * win32.c -- * ! * Win32 specific routines. */ --- 32,36 ---- * win32.c -- * ! * Win32 specific routines. */ [...1117 lines suppressed...] ! Ns_Fatal("nswin32: SetServiceStatus(%d) failed: '%s'", state, SysErrMsg()); } } --- 879,884 ---- } if (hStatus != 0 && SetServiceStatus(hStatus, &curStatus) != TRUE) { ! Ns_Fatal("nswin32: SetServiceStatus(%d) failed: '%s'", state, ! SysErrMsg()); } } *************** *** 947,949 **** return ready; ! } \ No newline at end of file --- 963,965 ---- return ready; ! } |