From afd124a431033db2a837c0fea875852cdacc67b5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 13 Feb 1995 21:44:49 +0000 Subject: [PATCH] Added cvs Id keyword --- src/db/devLib.c | 2 +- src/libvxWorks/veclist.c | 2 +- src/rsrv/camsgtask.c | 2 +- src/rsrv/caserverio.c | 2 +- src/rsrv/caservertask.c | 2 +- src/rsrv/cast_server.c | 2 +- src/rsrv/globalsource.c | 2 +- src/rsrv/online_notify.c | 2 +- src/rsrv/rsrv_init.c | 2 +- src/rsrv/server.h | 2 +- src/vxWorks/db/devLib.c | 2 +- src/vxWorks/libvxWorks/veclist.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/db/devLib.c b/src/db/devLib.c index 903289659..0f55b9ad4 100644 --- a/src/db/devLib.c +++ b/src/db/devLib.c @@ -50,7 +50,7 @@ * .01 06-14-93 joh needs devAllocInterruptVector() routine */ -static char *sccsID = "@(#)devLib.c 1.2\t3/30/94"; +static char *sccsID = "@(#) $Id$"; #include diff --git a/src/libvxWorks/veclist.c b/src/libvxWorks/veclist.c index c58fae15d..4d421477d 100644 --- a/src/libvxWorks/veclist.c +++ b/src/libvxWorks/veclist.c @@ -33,7 +33,7 @@ #include "sysSymTbl.h" static char *sccsID = - "@(#)veclist.c 1.10\t1/3/94 J. Hill hill@atdiv.lanl.gov"; + "@(#) $Id$"; /* * diff --git a/src/rsrv/camsgtask.c b/src/rsrv/camsgtask.c index 597256cb7..a80c16bd1 100644 --- a/src/rsrv/camsgtask.c +++ b/src/rsrv/camsgtask.c @@ -43,7 +43,7 @@ * (added new arg to db_start_events()) */ -static char *sccsId = "@(#)camsgtask.c 1.13\t11/20/92"; +static char *sccsId = "@(#) $Id$"; #include #include diff --git a/src/rsrv/caserverio.c b/src/rsrv/caserverio.c index fab22b730..f6a35bc36 100644 --- a/src/rsrv/caserverio.c +++ b/src/rsrv/caserverio.c @@ -35,7 +35,7 @@ * .06 joh 031992 improved diagnostics */ -static char *sccsId = "@(#)caserverio.c 1.18 5/6/94"; +static char *sccsId = "@(#) $Id$"; #include #include diff --git a/src/rsrv/caservertask.c b/src/rsrv/caservertask.c index 73858edd1..b16fa9abb 100644 --- a/src/rsrv/caservertask.c +++ b/src/rsrv/caservertask.c @@ -44,7 +44,7 @@ * .12 joh 020494 identifies the client in client_stat */ -static char *sccsId = "@(#)caservertask.c 1.22 5/6/94"; +static char *sccsId = "@(#) $Id$"; #include #include #include diff --git a/src/rsrv/cast_server.c b/src/rsrv/cast_server.c index 16b074cb8..d43433c58 100644 --- a/src/rsrv/cast_server.c +++ b/src/rsrv/cast_server.c @@ -56,7 +56,7 @@ * pend which could lock up the cast server. */ -static char *sccsId = "@(#)cast_server.c 1.24 5/6/94"; +static char *sccsId = "@(#) $Id$"; #include #include diff --git a/src/rsrv/globalsource.c b/src/rsrv/globalsource.c index 34dfdb329..1232961a6 100644 --- a/src/rsrv/globalsource.c +++ b/src/rsrv/globalsource.c @@ -30,7 +30,7 @@ */ #define GLBLSOURCE -static char *sccsId = "@(#)globalsource.c 1.5\t7/28/92"; +static char *sccsId = "@(#) $Id$"; #include #include diff --git a/src/rsrv/online_notify.c b/src/rsrv/online_notify.c index 0cd27ac48..3f6452507 100644 --- a/src/rsrv/online_notify.c +++ b/src/rsrv/online_notify.c @@ -33,7 +33,7 @@ * .00 joh 021192 better diagnostics */ -static char *sccsId = "@(#)online_notify.c 1.14\t5/6/94"; +static char *sccsId = "@(#) $Id$"; /* * ansi includes diff --git a/src/rsrv/rsrv_init.c b/src/rsrv/rsrv_init.c index 8b2a4bfd8..33602ebed 100644 --- a/src/rsrv/rsrv_init.c +++ b/src/rsrv/rsrv_init.c @@ -30,7 +30,7 @@ * .01 073093 Added task spawn args for 5.1 vxworks */ -static char *sccsId = "@(#)rsrv_init.c 1.7\t7/28/92"; +static char *sccsId = "@(#) $Id$"; #include #include diff --git a/src/rsrv/server.h b/src/rsrv/server.h index 376c5b6c2..e66706147 100644 --- a/src/rsrv/server.h +++ b/src/rsrv/server.h @@ -43,7 +43,7 @@ #ifndef INCLserverh #define INCLserverh -static char *serverhSccsId = "@(#)server.h 1.19 5/6/94"; +static char *serverhSccsId = "@(#) $Id$"; #if defined(CAS_VERSION_GLOBAL) && 0 # define HDRVERSIONID(NAME,VERS) VERSIONID(NAME,VERS) diff --git a/src/vxWorks/db/devLib.c b/src/vxWorks/db/devLib.c index 903289659..0f55b9ad4 100644 --- a/src/vxWorks/db/devLib.c +++ b/src/vxWorks/db/devLib.c @@ -50,7 +50,7 @@ * .01 06-14-93 joh needs devAllocInterruptVector() routine */ -static char *sccsID = "@(#)devLib.c 1.2\t3/30/94"; +static char *sccsID = "@(#) $Id$"; #include diff --git a/src/vxWorks/libvxWorks/veclist.c b/src/vxWorks/libvxWorks/veclist.c index c58fae15d..4d421477d 100644 --- a/src/vxWorks/libvxWorks/veclist.c +++ b/src/vxWorks/libvxWorks/veclist.c @@ -33,7 +33,7 @@ #include "sysSymTbl.h" static char *sccsID = - "@(#)veclist.c 1.10\t1/3/94 J. Hill hill@atdiv.lanl.gov"; + "@(#) $Id$"; /* *