summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-10-24 19:00:32 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-10-24 19:00:32 +0100
commit8c5f4afa4747f770d69091b6e6ce0cfdb5c2ff30 (patch)
treecb746d1d469739abcdf43029f0b9b0c13d809fbb
parentcd4a70625461f933beae7923520cef2523524e0d (diff)
Remove RCSids.
We are using git now and it doesn't do this kind of thing. They are a pain, anyway. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--README.html1
-rw-r--r--client/adnsheloex.c3
-rw-r--r--client/adnslogres.c3
-rw-r--r--client/fanftest.c3
-rw-r--r--src/adns.h2
5 files changed, 0 insertions, 12 deletions
diff --git a/README.html b/README.html
index d5bcf90..3d7c06e 100644
--- a/README.html
+++ b/README.html
@@ -15,7 +15,6 @@ library and utilities.</strong>
<!-- Please ensure that all links continine to be correct -->
<!-- both for www.gnu.org and chiark. -->
<!-- -->
-<!-- $Id$ -->
<p>
diff --git a/client/adnsheloex.c b/client/adnsheloex.c
index 0ec2a41..848de21 100644
--- a/client/adnsheloex.c
+++ b/client/adnsheloex.c
@@ -29,9 +29,6 @@
* This file is by Tony Finch, based on adnslogres.c.
*/
-static const char * const cvsid =
- "$Id$";
-
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
diff --git a/client/adnslogres.c b/client/adnslogres.c
index a93e855..1a99694 100644
--- a/client/adnslogres.c
+++ b/client/adnslogres.c
@@ -32,9 +32,6 @@
* subsequently.
*/
-static const char * const cvsid =
- "$Id$";
-
#include <sys/types.h>
#include <sys/time.h>
diff --git a/client/fanftest.c b/client/fanftest.c
index 85a40a8..3caa882 100644
--- a/client/fanftest.c
+++ b/client/fanftest.c
@@ -31,9 +31,6 @@
* modified by Ian Jackson as it was incorporated into adns.
*/
-static const char * const cvsid =
- "$Id$";
-
#include <sys/types.h>
#include <sys/time.h>
diff --git a/src/adns.h b/src/adns.h
index 51b489b..896d866 100644
--- a/src/adns.h
+++ b/src/adns.h
@@ -50,8 +50,6 @@
* or the GNU Library General Public License, as appropriate, along
* with this program; if not, write to the Free Software Foundation.
*
- *
- * $Id$
*/
#ifndef ADNS_H_INCLUDED