From faf23b0d360f6c8f38f956d1ddf733a8e8afce5e Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sat, 7 Sep 2002 05:45:40 +0000 Subject: [PATCH] Bug 123753: removed the vestige of the "for Clients" string in softoken's sccs and rcs version id strings. --- security/nss/lib/softoken/softkver.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/nss/lib/softoken/softkver.c b/security/nss/lib/softoken/softkver.c index 966706f6e148..e833664a13a7 100644 --- a/security/nss/lib/softoken/softkver.c +++ b/security/nss/lib/softoken/softkver.c @@ -41,15 +41,13 @@ #define _DEBUG_STRING "" #endif -#define _CLIENT_STRING "" - /* * Version information for the 'ident' and 'what commands * * NOTE: the first component of the concatenated rcsid string * must not end in a '$' to prevent rcs keyword substitution. */ -const char __nss_softokn_rcsid[] = "$Header: NSS " NSS_VERSION _CLIENT_STRING _DEBUG_STRING +const char __nss_softokn_rcsid[] = "$Header: NSS " NSS_VERSION _DEBUG_STRING " " __DATE__ " " __TIME__ " $"; -const char __nss_softokn_sccsid[] = "@(#)NSS " NSS_VERSION _CLIENT_STRING _DEBUG_STRING +const char __nss_softokn_sccsid[] = "@(#)NSS " NSS_VERSION _DEBUG_STRING " " __DATE__ " " __TIME__;