Bug 123753: removed the vestige of the "for Clients" string in softoken's

sccs and rcs version id strings.
This commit is contained in:
wtc%netscape.com 2002-09-07 05:45:40 +00:00
Родитель fae89c4077
Коммит faf23b0d36
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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__;