aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-02 15:59:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-02 15:59:35 +0000
commit1442fab4b6fadbb81da316b6167e19e9f325252c (patch)
tree6d67b55bed5c28b4a0d7874220d9db51ffa2dfd5 /ares
parentaa93e2e638933b06c2464b43a6dcd08c108afeb8 (diff)
remove rcsid stuff from c files, it serves no useful purpose
Diffstat (limited to 'ares')
-rw-r--r--ares/adig.c2
-rw-r--r--ares/ahost.c2
-rw-r--r--ares/ares__close_sockets.c2
-rw-r--r--ares/ares__get_hostent.c2
-rw-r--r--ares/ares__read_line.c2
-rw-r--r--ares/ares_destroy.c2
-rw-r--r--ares/ares_expand_name.c2
-rw-r--r--ares/ares_fds.c2
-rw-r--r--ares/ares_free_errmem.c2
-rw-r--r--ares/ares_free_hostent.c2
-rw-r--r--ares/ares_free_string.c2
-rw-r--r--ares/ares_gethostbyaddr.c2
-rw-r--r--ares/ares_gethostbyname.c2
-rw-r--r--ares/ares_init.c2
-rw-r--r--ares/ares_mkquery.c2
-rw-r--r--ares/ares_parse_a_reply.c2
-rw-r--r--ares/ares_parse_ptr_reply.c2
-rw-r--r--ares/ares_process.c2
-rw-r--r--ares/ares_query.c2
-rw-r--r--ares/ares_search.c2
-rw-r--r--ares/ares_send.c2
-rw-r--r--ares/ares_timeout.c2
22 files changed, 0 insertions, 44 deletions
diff --git a/ares/adig.c b/ares/adig.c
index db7f32de2..59ca1247b 100644
--- a/ares/adig.c
+++ b/ares/adig.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ahost.c b/ares/ahost.c
index 294c0e9d0..d7ee8afe8 100644
--- a/ares/ahost.c
+++ b/ares/ahost.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares__close_sockets.c b/ares/ares__close_sockets.c
index 2b8be1020..f1eaf26ad 100644
--- a/ares/ares__close_sockets.c
+++ b/ares/ares__close_sockets.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdlib.h>
#ifdef WIN32
#else
diff --git a/ares/ares__get_hostent.c b/ares/ares__get_hostent.c
index bba3b0e87..ecba75c92 100644
--- a/ares/ares__get_hostent.c
+++ b/ares/ares__get_hostent.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares__read_line.c b/ares/ares__read_line.c
index 65bfde29a..9f8445ad3 100644
--- a/ares/ares__read_line.c
+++ b/ares/ares__read_line.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ares/ares_destroy.c b/ares/ares_destroy.c
index b900dd362..e9b1bfd07 100644
--- a/ares/ares_destroy.c
+++ b/ares/ares_destroy.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdlib.h>
#include "ares.h"
#include "ares_private.h"
diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c
index 1d85b94f2..3c028158b 100644
--- a/ares/ares_expand_name.c
+++ b/ares/ares_expand_name.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_fds.c b/ares/ares_fds.c
index d26499841..73fc6c99e 100644
--- a/ares/ares_fds.c
+++ b/ares/ares_fds.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_free_errmem.c b/ares/ares_free_errmem.c
index 116bd0a6f..b255d2365 100644
--- a/ares/ares_free_errmem.c
+++ b/ares/ares_free_errmem.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include "ares.h"
/* Do nothing, for now. A future implementation may want to deal with
diff --git a/ares/ares_free_hostent.c b/ares/ares_free_hostent.c
index a18f98588..52de303fa 100644
--- a/ares/ares_free_hostent.c
+++ b/ares/ares_free_hostent.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdlib.h>
#ifdef WIN32
diff --git a/ares/ares_free_string.c b/ares/ares_free_string.c
index 479db5358..c05069cca 100644
--- a/ares/ares_free_string.c
+++ b/ares/ares_free_string.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdlib.h>
#include "ares.h"
diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c
index 7353f091b..6e3e6737d 100644
--- a/ares/ares_gethostbyaddr.c
+++ b/ares/ares_gethostbyaddr.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c
index 1e3755a6e..accf962cf 100644
--- a/ares/ares_gethostbyname.c
+++ b/ares/ares_gethostbyname.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_init.c b/ares/ares_init.c
index 086bdb6a1..b841fc700 100644
--- a/ares/ares_init.c
+++ b/ares/ares_init.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_mkquery.c b/ares/ares_mkquery.c
index fda49eeb0..00fac019c 100644
--- a/ares/ares_mkquery.c
+++ b/ares/ares_mkquery.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_parse_a_reply.c b/ares/ares_parse_a_reply.c
index 737eee718..103738b70 100644
--- a/ares/ares_parse_a_reply.c
+++ b/ares/ares_parse_a_reply.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_parse_ptr_reply.c b/ares/ares_parse_ptr_reply.c
index 2ebca242e..8cb0cbc8e 100644
--- a/ares/ares_parse_ptr_reply.c
+++ b/ares/ares_parse_ptr_reply.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_process.c b/ares/ares_process.c
index b90049e60..66c699399 100644
--- a/ares/ares_process.c
+++ b/ares/ares_process.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_query.c b/ares/ares_query.c
index 5801ef94f..903070349 100644
--- a/ares/ares_query.c
+++ b/ares/ares_query.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_search.c b/ares/ares_search.c
index 41080659e..a994669fe 100644
--- a/ares/ares_search.c
+++ b/ares/ares_search.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/ares/ares_send.c b/ares/ares_send.c
index b17b91276..d0020ad64 100644
--- a/ares/ares_send.c
+++ b/ares/ares_send.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32
diff --git a/ares/ares_timeout.c b/ares/ares_timeout.c
index 3cb86f44a..c24703c6f 100644
--- a/ares/ares_timeout.c
+++ b/ares/ares_timeout.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32