From 3d0a7c00df25d17e20ed8569a9186a79a4bb9625 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Feb 2004 15:59:35 +0000 Subject: [PATCH] remove rcsid stuff from c files, it serves no useful purpose --- adig.c | 2 -- ahost.c | 2 -- ares__close_sockets.c | 2 -- ares__get_hostent.c | 2 -- ares__read_line.c | 2 -- ares_destroy.c | 2 -- ares_expand_name.c | 2 -- ares_fds.c | 2 -- ares_free_errmem.c | 2 -- ares_free_hostent.c | 2 -- ares_free_string.c | 2 -- ares_gethostbyaddr.c | 2 -- ares_gethostbyname.c | 2 -- ares_init.c | 2 -- ares_mkquery.c | 2 -- ares_parse_a_reply.c | 2 -- ares_parse_ptr_reply.c | 2 -- ares_process.c | 2 -- ares_query.c | 2 -- ares_search.c | 2 -- ares_send.c | 2 -- ares_timeout.c | 2 -- 22 files changed, 44 deletions(-) diff --git a/adig.c b/adig.c index db7f32de..59ca1247 100644 --- a/adig.c +++ b/adig.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ahost.c b/ahost.c index 294c0e9d..d7ee8afe 100644 --- a/ahost.c +++ b/ahost.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares__close_sockets.c b/ares__close_sockets.c index 2b8be102..f1eaf26a 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 #ifdef WIN32 #else diff --git a/ares__get_hostent.c b/ares__get_hostent.c index bba3b0e8..ecba75c9 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 #ifdef WIN32 diff --git a/ares__read_line.c b/ares__read_line.c index 65bfde29..9f8445ad 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 #include #include diff --git a/ares_destroy.c b/ares_destroy.c index b900dd36..e9b1bfd0 100644 --- a/ares_destroy.c +++ b/ares_destroy.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include "ares.h" #include "ares_private.h" diff --git a/ares_expand_name.c b/ares_expand_name.c index 1d85b94f..3c028158 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 #ifdef WIN32 diff --git a/ares_fds.c b/ares_fds.c index d2649984..73fc6c99 100644 --- a/ares_fds.c +++ b/ares_fds.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_free_errmem.c b/ares_free_errmem.c index 116bd0a6..b255d236 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 a18f9858..52de303f 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 #ifdef WIN32 diff --git a/ares_free_string.c b/ares_free_string.c index 479db535..c05069cc 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 #include "ares.h" diff --git a/ares_gethostbyaddr.c b/ares_gethostbyaddr.c index 7353f091..6e3e6737 100644 --- a/ares_gethostbyaddr.c +++ b/ares_gethostbyaddr.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_gethostbyname.c b/ares_gethostbyname.c index 1e3755a6..accf962c 100644 --- a/ares_gethostbyname.c +++ b/ares_gethostbyname.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_init.c b/ares_init.c index 086bdb6a..b841fc70 100644 --- a/ares_init.c +++ b/ares_init.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_mkquery.c b/ares_mkquery.c index fda49eeb..00fac019 100644 --- a/ares_mkquery.c +++ b/ares_mkquery.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_parse_a_reply.c b/ares_parse_a_reply.c index 737eee71..103738b7 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 #ifdef WIN32 diff --git a/ares_parse_ptr_reply.c b/ares_parse_ptr_reply.c index 2ebca242..8cb0cbc8 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 #ifdef WIN32 diff --git a/ares_process.c b/ares_process.c index b90049e6..66c69939 100644 --- a/ares_process.c +++ b/ares_process.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_query.c b/ares_query.c index 5801ef94..90307034 100644 --- a/ares_query.c +++ b/ares_query.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_search.c b/ares_search.c index 41080659..a994669f 100644 --- a/ares_search.c +++ b/ares_search.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #include #include diff --git a/ares_send.c b/ares_send.c index b17b9127..d0020ad6 100644 --- a/ares_send.c +++ b/ares_send.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares_timeout.c b/ares_timeout.c index 3cb86f44..c24703c6 100644 --- a/ares_timeout.c +++ b/ares_timeout.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32