summaryrefslogtreecommitdiff
path: root/lib/dev
diff options
context:
space:
mode:
authorBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
committerBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
commit0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd (patch)
tree78c56d43e071118996648a207c9437b0f7d5974d /lib/dev
parent7ddfa4837f992d1a298808e44a0f1b57aabe1bec (diff)
downloadnss-hg-0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd.tar.gz
Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivial
cases). r=wtc.
Diffstat (limited to 'lib/dev')
-rw-r--r--lib/dev/Makefile1
-rw-r--r--lib/dev/ckhelper.c4
-rw-r--r--lib/dev/ckhelper.h4
-rw-r--r--lib/dev/config.mk1
-rw-r--r--lib/dev/dev.h4
-rw-r--r--lib/dev/devm.h4
-rw-r--r--lib/dev/devslot.c4
-rw-r--r--lib/dev/devt.h4
-rw-r--r--lib/dev/devtm.h4
-rw-r--r--lib/dev/devtoken.c4
-rw-r--r--lib/dev/devutil.c4
-rw-r--r--lib/dev/manifest.mn1
-rw-r--r--lib/dev/nssdev.h3
-rw-r--r--lib/dev/nssdevt.h4
14 files changed, 0 insertions, 46 deletions
diff --git a/lib/dev/Makefile b/lib/dev/Makefile
index f7f3255ae..d88eb2807 100644
--- a/lib/dev/Makefile
+++ b/lib/dev/Makefile
@@ -2,7 +2,6 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-MAKEFILE_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
include manifest.mn
include $(CORE_DEPTH)/coreconf/config.mk
diff --git a/lib/dev/ckhelper.c b/lib/dev/ckhelper.c
index 8129b8f78..0ca56547d 100644
--- a/lib/dev/ckhelper.c
+++ b/lib/dev/ckhelper.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#include "pkcs11.h"
#ifndef DEVM_H
diff --git a/lib/dev/ckhelper.h b/lib/dev/ckhelper.h
index 91379ad83..cb4b662e1 100644
--- a/lib/dev/ckhelper.h
+++ b/lib/dev/ckhelper.h
@@ -11,10 +11,6 @@
#ifndef CKHELPER_H
#define CKHELPER_H
-#ifdef DEBUG
-static const char CKHELPER_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
PR_BEGIN_EXTERN_C
/* Some globals to keep from constantly redeclaring common cryptoki
diff --git a/lib/dev/config.mk b/lib/dev/config.mk
index f2758950c..2676cd537 100644
--- a/lib/dev/config.mk
+++ b/lib/dev/config.mk
@@ -2,7 +2,6 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-CONFIG_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
ifdef BUILD_IDG
DEFINES += -DNSSDEBUG
diff --git a/lib/dev/dev.h b/lib/dev/dev.h
index 23be253e3..fa6242abc 100644
--- a/lib/dev/dev.h
+++ b/lib/dev/dev.h
@@ -11,10 +11,6 @@
* Low-level methods for interaction with cryptoki devices
*/
-#ifdef DEBUG
-static const char DEV_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#ifndef NSSDEV_H
#include "nssdev.h"
#endif /* NSSDEV_H */
diff --git a/lib/dev/devm.h b/lib/dev/devm.h
index f0c91e888..6485ae2ad 100644
--- a/lib/dev/devm.h
+++ b/lib/dev/devm.h
@@ -5,10 +5,6 @@
#ifndef DEVM_H
#define DEVM_H
-#ifdef DEBUG
-static const char DEVM_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#ifndef BASE_H
#include "base.h"
#endif /* BASE_H */
diff --git a/lib/dev/devslot.c b/lib/dev/devslot.c
index 418aef6e5..d97cbba32 100644
--- a/lib/dev/devslot.c
+++ b/lib/dev/devslot.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#include "pkcs11.h"
#ifndef DEVM_H
diff --git a/lib/dev/devt.h b/lib/dev/devt.h
index cd9fbfe61..c67811418 100644
--- a/lib/dev/devt.h
+++ b/lib/dev/devt.h
@@ -5,10 +5,6 @@
#ifndef DEVT_H
#define DEVT_H
-#ifdef DEBUG
-static const char DEVT_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
/*
* devt.h
*
diff --git a/lib/dev/devtm.h b/lib/dev/devtm.h
index 423203dae..f55c45b2a 100644
--- a/lib/dev/devtm.h
+++ b/lib/dev/devtm.h
@@ -5,10 +5,6 @@
#ifndef DEVTM_H
#define DEVTM_H
-#ifdef DEBUG
-static const char DEVTM_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
/*
* devtm.h
*
diff --git a/lib/dev/devtoken.c b/lib/dev/devtoken.c
index eeac71b37..b6032812f 100644
--- a/lib/dev/devtoken.c
+++ b/lib/dev/devtoken.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#include "pkcs11.h"
#ifndef DEVM_H
diff --git a/lib/dev/devutil.c b/lib/dev/devutil.c
index 981d9172f..9d1aaf658 100644
--- a/lib/dev/devutil.c
+++ b/lib/dev/devutil.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
#ifndef DEVM_H
#include "devm.h"
#endif /* DEVM_H */
diff --git a/lib/dev/manifest.mn b/lib/dev/manifest.mn
index 88a044f89..45c7509fc 100644
--- a/lib/dev/manifest.mn
+++ b/lib/dev/manifest.mn
@@ -2,7 +2,6 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-MANIFEST_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
CORE_DEPTH = ../..
diff --git a/lib/dev/nssdev.h b/lib/dev/nssdev.h
index 22845f013..4b3d9a330 100644
--- a/lib/dev/nssdev.h
+++ b/lib/dev/nssdev.h
@@ -5,9 +5,6 @@
#ifndef NSSDEV_H
#define NSSDEV_H
-#ifdef DEBUG
-static const char NSSDEV_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
/*
* nssdev.h
*
diff --git a/lib/dev/nssdevt.h b/lib/dev/nssdevt.h
index b4eb106bf..b7b7b1e49 100644
--- a/lib/dev/nssdevt.h
+++ b/lib/dev/nssdevt.h
@@ -5,10 +5,6 @@
#ifndef NSSDEVT_H
#define NSSDEVT_H
-#ifdef DEBUG
-static const char NSSDEVT_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
/*
* nssdevt.h
*