summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-04-29 11:45:34 -0700
committerShawn Routhier <sar@isc.org>2014-04-29 11:45:34 -0700
commit3babffa52de9f38a8fd3e3d72d2f88b20fa35ceb (patch)
treea8daa165f46784bc9c2bbb92ce7b18d7ab82287e
parent55c899b54aada7eac596333ca10fd0899c73dd8a (diff)
downloadisc-dhcp-3babffa52de9f38a8fd3e3d72d2f88b20fa35ceb.tar.gz
[v4_2] Remove unneeded RCSID tags
-rw-r--r--RELNOTES3
-rw-r--r--common/ns_name.c6
-rw-r--r--dst/base64.c6
-rw-r--r--dst/dst_api.c4
-rw-r--r--dst/dst_support.c5
-rw-r--r--dst/hmac_link.c3
-rw-r--r--dst/prandom.c5
7 files changed, 7 insertions, 25 deletions
diff --git a/RELNOTES b/RELNOTES
index e5950ef6..f39518e2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -85,6 +85,9 @@ by Eric Young (eay@cryptsoft.com).
- #ifdef variables used in RFC3315_PRE_ERRATA code.
[ISC-Bugs #28938]
+- Remove unused RCSID tags.
+ [ISC-Bugs #35846]
+
Changes since 4.2.6rc1
- None
diff --git a/common/ns_name.c b/common/ns_name.c
index 4879c89b..44b2495b 100644
--- a/common/ns_name.c
+++ b/common/ns_name.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -21,10 +21,6 @@
* http://www.isc.org/
*/
-#ifndef lint
-static const char rcsid[] = "$Id: ns_name.c,v 1.2 2009/10/28 04:12:29 sar Exp $";
-#endif
-
#include <sys/types.h>
#include <netinet/in.h>
diff --git a/dst/base64.c b/dst/base64.c
index 7b4908cb..7b598642 100644
--- a/dst/base64.c
+++ b/dst/base64.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2009,2014 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -46,10 +46,6 @@
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
-#if !defined(LINT) && !defined(CODECENTER)
-static const char rcsid[] = "$Id: base64.c,v 1.5.6.1 2009/11/20 01:49:01 sar Exp $";
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
diff --git a/dst/dst_api.c b/dst/dst_api.c
index 04cd3d44..53276428 100644
--- a/dst/dst_api.c
+++ b/dst/dst_api.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_api.c,v 1.9.6.1 2012/04/11 15:43:55 sar Exp $";
-#endif
-
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
* Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
diff --git a/dst/dst_support.c b/dst/dst_support.c
index e8b9361c..95de0204 100644
--- a/dst/dst_support.c
+++ b/dst/dst_support.c
@@ -1,10 +1,7 @@
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/dst_support.c,v 1.6.6.1 2009/11/20 01:49:01 sar Exp $";
-
-
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
* Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
- * Portions Copyright (c) 2012 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2012,2014 by Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/dst/hmac_link.c b/dst/hmac_link.c
index fa7a7ec2..b812c1cc 100644
--- a/dst/hmac_link.c
+++ b/dst/hmac_link.c
@@ -1,7 +1,4 @@
#ifdef HMAC_MD5
-#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/hmac_link.c,v 1.5.6.1 2009/11/20 01:49:01 sar Exp $";
-#endif
/*
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
* Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
diff --git a/dst/prandom.c b/dst/prandom.c
index f029f64c..ea02a275 100644
--- a/dst/prandom.c
+++ b/dst/prandom.c
@@ -1,8 +1,5 @@
-#ifndef LINT
-static const char rcsid[] = "$Header: /tmp/cvstest/DHCP/dst/prandom.c,v 1.8.6.2 2012/03/09 11:28:11 tomasz Exp $";
-#endif
/*
- * Portions Copyright (c) 2012,2013-2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (c) 2012-2014 by Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (c) 2007,2009 by Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.
*