From: Stephen D. <sd...@us...> - 2005-06-10 17:59:16
|
Update of /cvsroot/naviserver/naviserver/nscp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27218/nscp Modified Files: nscp.c Log Message: Use NS_RCSD() macro to quieten compiler. Index: nscp.c =================================================================== RCS file: /cvsroot/naviserver/naviserver/nscp/nscp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nscp.c 16 May 2005 01:25:01 -0000 1.3 --- nscp.c 10 Jun 2005 17:58:37 -0000 1.4 *************** *** 31,43 **** * nscp.c -- * ! * Simple control port module for AOLserver which allows ! * one to telnet to a specified port, login, and issue ! * Tcl commands. */ - static const char *RCSID = "@(#) $Header$, compiled: " __DATE__ " " __TIME__; - #include "ns.h" /* * The following structure is allocated each instance of --- 31,43 ---- * nscp.c -- * ! * Simple control port module for AOLserver which allows ! * one to telnet to a specified port, login, and issue ! * Tcl commands. */ #include "ns.h" + NS_RCSID("@(#) $Header$"); + /* * The following structure is allocated each instance of |