| Index: nss/lib/ckfw/builtins/ckbiver.c
|
| diff --git a/nss/lib/ckfw/builtins/ckbiver.c b/nss/lib/ckfw/builtins/ckbiver.c
|
| index c8ea7a9c3bc97055ae6b79685f3808476ed0daab..41783b2fbb1e217ec41982b51af6c8175d7c3bff 100644
|
| --- a/nss/lib/ckfw/builtins/ckbiver.c
|
| +++ b/nss/lib/ckfw/builtins/ckbiver.c
|
| @@ -13,14 +13,7 @@
|
| #endif
|
|
|
| /*
|
| - * 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.
|
| + * Version information
|
| */
|
| -const char __nss_builtins_rcsid[] = "$Header: NSS Builtin Trusted Root CAs "
|
| - NSS_BUILTINS_LIBRARY_VERSION _DEBUG_STRING
|
| - " " __DATE__ " " __TIME__ " $";
|
| -const char __nss_builtins_sccsid[] = "@(#)NSS Builtin Trusted Root CAs "
|
| - NSS_BUILTINS_LIBRARY_VERSION _DEBUG_STRING
|
| - " " __DATE__ " " __TIME__;
|
| +const char __nss_builtins_version[] = "Version: NSS Builtin Trusted Root CAs "
|
| + NSS_BUILTINS_LIBRARY_VERSION _DEBUG_STRING;
|
|
|