diff options
author | wtchang%redhat.com <devnull@localhost> | 2009-03-25 05:21:21 +0000 |
---|---|---|
committer | wtchang%redhat.com <devnull@localhost> | 2009-03-25 05:21:21 +0000 |
commit | 1b3e411762912445d2d56c2630eaeb533ca04c28 (patch) | |
tree | 05f1e6970f2b02803b27218f79028ef0aaac34fa | |
parent | 493d87c26e62742095062443d3a8681024b0f65f (diff) | |
download | nss-hg-1b3e411762912445d2d56c2630eaeb533ca04c28.tar.gz |
Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
This keyword adds noise to the output of "ident libnss3.so | grep NSS"
on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb.
-rw-r--r-- | security/nss/lib/util/pkcs11n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/util/pkcs11n.h b/security/nss/lib/util/pkcs11n.h index f85509da6..31137c4d2 100644 --- a/security/nss/lib/util/pkcs11n.h +++ b/security/nss/lib/util/pkcs11n.h @@ -39,7 +39,7 @@ #define _PKCS11N_H_ #ifdef DEBUG -static const char CKT_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"; +static const char CKT_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$"; #endif /* DEBUG */ /* |