summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adig.c2
-rw-r--r--ahost.c2
-rw-r--r--ares__close_sockets.c2
-rw-r--r--ares__get_hostent.c2
-rw-r--r--ares__read_line.c2
-rw-r--r--ares_destroy.c2
-rw-r--r--ares_expand_name.c2
-rw-r--r--ares_fds.c2
-rw-r--r--ares_free_errmem.c2
-rw-r--r--ares_free_hostent.c2
-rw-r--r--ares_free_string.c2
-rw-r--r--ares_gethostbyaddr.c2
-rw-r--r--ares_gethostbyname.c2
-rw-r--r--ares_init.c2
-rw-r--r--ares_mkquery.c2
-rw-r--r--ares_parse_a_reply.c2
-rw-r--r--ares_parse_ptr_reply.c2
-rw-r--r--ares_process.c2
-rw-r--r--ares_query.c2
-rw-r--r--ares_search.c2
-rw-r--r--ares_send.c2
-rw-r--r--ares_timeout.c2
22 files changed, 0 insertions, 44 deletions
diff --git a/adig.c b/adig.c
index db7f32d..59ca124 100644
--- a/adig.c
+++ b/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/ahost.c b/ahost.c
index 294c0e9..d7ee8af 100644
--- a/ahost.c
+++ b/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__close_sockets.c b/ares__close_sockets.c
index 2b8be10..f1eaf26 100644
--- a/ares__close_sockets.c
+++ b/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__get_hostent.c b/ares__get_hostent.c
index bba3b0e..ecba75c 100644
--- a/ares__get_hostent.c
+++ b/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__read_line.c b/ares__read_line.c
index 65bfde2..9f8445a 100644
--- a/ares__read_line.c
+++ b/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_destroy.c b/ares_destroy.c
index b900dd3..e9b1bfd 100644
--- a/ares_destroy.c
+++ b/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_expand_name.c b/ares_expand_name.c
index 1d85b94..3c02815 100644
--- a/ares_expand_name.c
+++ b/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_fds.c b/ares_fds.c
index d264998..73fc6c9 100644
--- a/ares_fds.c
+++ b/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_free_errmem.c b/ares_free_errmem.c
index 116bd0a..b255d23 100644
--- a/ares_free_errmem.c
+++ b/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_free_hostent.c b/ares_free_hostent.c
index a18f985..52de303 100644
--- a/ares_free_hostent.c
+++ b/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_free_string.c b/ares_free_string.c
index 479db53..c05069c 100644
--- a/ares_free_string.c
+++ b/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_gethostbyaddr.c b/ares_gethostbyaddr.c
index 7353f09..6e3e673 100644
--- a/ares_gethostbyaddr.c
+++ b/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_gethostbyname.c b/ares_gethostbyname.c
index 1e3755a..accf962 100644
--- a/ares_gethostbyname.c
+++ b/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_init.c b/ares_init.c
index 086bdb6..b841fc7 100644
--- a/ares_init.c
+++ b/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_mkquery.c b/ares_mkquery.c
index fda49ee..00fac01 100644
--- a/ares_mkquery.c
+++ b/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_parse_a_reply.c b/ares_parse_a_reply.c
index 737eee7..103738b 100644
--- a/ares_parse_a_reply.c
+++ b/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_parse_ptr_reply.c b/ares_parse_ptr_reply.c
index 2ebca24..8cb0cbc 100644
--- a/ares_parse_ptr_reply.c
+++ b/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_process.c b/ares_process.c
index b90049e..66c6993 100644
--- a/ares_process.c
+++ b/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_query.c b/ares_query.c
index 5801ef9..9030703 100644
--- a/ares_query.c
+++ b/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_search.c b/ares_search.c
index 4108065..a994669 100644
--- a/ares_search.c
+++ b/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_send.c b/ares_send.c
index b17b912..d0020ad 100644
--- a/ares_send.c
+++ b/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_timeout.c b/ares_timeout.c
index 3cb86f4..c24703c 100644
--- a/ares_timeout.c
+++ b/ares_timeout.c
@@ -13,8 +13,6 @@
* without express or implied warranty.
*/
-static const char rcsid[] = "$Id$";
-
#include <sys/types.h>
#ifdef WIN32