From 1442fab4b6fadbb81da316b6167e19e9f325252c 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 --- ares/adig.c | 2 -- ares/ahost.c | 2 -- ares/ares__close_sockets.c | 2 -- ares/ares__get_hostent.c | 2 -- ares/ares__read_line.c | 2 -- ares/ares_destroy.c | 2 -- ares/ares_expand_name.c | 2 -- ares/ares_fds.c | 2 -- ares/ares_free_errmem.c | 2 -- ares/ares_free_hostent.c | 2 -- ares/ares_free_string.c | 2 -- ares/ares_gethostbyaddr.c | 2 -- ares/ares_gethostbyname.c | 2 -- ares/ares_init.c | 2 -- ares/ares_mkquery.c | 2 -- ares/ares_parse_a_reply.c | 2 -- ares/ares_parse_ptr_reply.c | 2 -- ares/ares_process.c | 2 -- ares/ares_query.c | 2 -- ares/ares_search.c | 2 -- ares/ares_send.c | 2 -- ares/ares_timeout.c | 2 -- 22 files changed, 44 deletions(-) diff --git a/ares/adig.c b/ares/adig.c index db7f32d..59ca124 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ahost.c b/ares/ahost.c index 294c0e9..d7ee8af 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -13,8 +13,6 @@ * without express or implied warranty. */ -static const char rcsid[] = "$Id$"; - #include #ifdef WIN32 diff --git a/ares/ares__close_sockets.c b/ares/ares__close_sockets.c index 2b8be10..f1eaf26 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 #ifdef WIN32 #else diff --git a/ares/ares__get_hostent.c b/ares/ares__get_hostent.c index bba3b0e..ecba75c 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 #ifdef WIN32 diff --git a/ares/ares__read_line.c b/ares/ares__read_line.c index 65bfde2..9f8445a 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 #include #include diff --git a/ares/ares_destroy.c b/ares/ares_destroy.c index b900dd3..e9b1bfd 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 #include "ares.h" #include "ares_private.h" diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c index 1d85b94..3c02815 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 #ifdef WIN32 diff --git a/ares/ares_fds.c b/ares/ares_fds.c index d264998..73fc6c9 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 #ifdef WIN32 diff --git a/ares/ares_free_errmem.c b/ares/ares_free_errmem.c index 116bd0a..b255d23 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 a18f985..52de303 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 #ifdef WIN32 diff --git a/ares/ares_free_string.c b/ares/ares_free_string.c index 479db53..c05069c 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 #include "ares.h" diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c index 7353f09..6e3e673 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 #ifdef WIN32 diff --git a/ares/ares_gethostbyname.c b/ares/ares_gethostbyname.c index 1e3755a..accf962 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 #ifdef WIN32 diff --git a/ares/ares_init.c b/ares/ares_init.c index 086bdb6..b841fc7 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 #ifdef WIN32 diff --git a/ares/ares_mkquery.c b/ares/ares_mkquery.c index fda49ee..00fac01 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 #ifdef WIN32 diff --git a/ares/ares_parse_a_reply.c b/ares/ares_parse_a_reply.c index 737eee7..103738b 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 #ifdef WIN32 diff --git a/ares/ares_parse_ptr_reply.c b/ares/ares_parse_ptr_reply.c index 2ebca24..8cb0cbc 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 #ifdef WIN32 diff --git a/ares/ares_process.c b/ares/ares_process.c index b90049e..66c6993 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 #ifdef WIN32 diff --git a/ares/ares_query.c b/ares/ares_query.c index 5801ef9..9030703 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 #ifdef WIN32 diff --git a/ares/ares_search.c b/ares/ares_search.c index 4108065..a994669 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 #include #include diff --git a/ares/ares_send.c b/ares/ares_send.c index b17b912..d0020ad 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 #ifdef WIN32 diff --git a/ares/ares_timeout.c b/ares/ares_timeout.c index 3cb86f4..c24703c 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 #ifdef WIN32 -- 2.7.4