From 1442fab4b6fadbb81da316b6167e19e9f325252c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Feb 2004 15:59:35 +0000 Subject: 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(-) (limited to 'ares') 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 #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 #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 #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 #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 #include #include 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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #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 #include #include 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 #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 #ifdef WIN32 -- cgit v1.2.3