diff options
author | wtchang%redhat.com <devnull@localhost> | 2005-01-20 02:25:51 +0000 |
---|---|---|
committer | wtchang%redhat.com <devnull@localhost> | 2005-01-20 02:25:51 +0000 |
commit | 5befc11a9d3b2c346ddbfd447c38d1581d27c760 (patch) | |
tree | eb1d2d2a763a2bbfcd353c620214c0f2dce297e2 /security/nss/lib/ckfw/dbm/slot.c | |
parent | 0d6e8039cf1d64e6fdb9580b39459cde1b196228 (diff) | |
download | nss-hg-5befc11a9d3b2c346ddbfd447c38d1581d27c760.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.
Diffstat (limited to 'security/nss/lib/ckfw/dbm/slot.c')
-rw-r--r-- | security/nss/lib/ckfw/dbm/slot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ckfw/dbm/slot.c b/security/nss/lib/ckfw/dbm/slot.c index 40898897a..800815cf7 100644 --- a/security/nss/lib/ckfw/dbm/slot.c +++ b/security/nss/lib/ckfw/dbm/slot.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ $Name$"; +static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$"; #endif /* DEBUG */ #include "ckdbm.h" |