diff --git a/ares/adig.c b/ares/adig.c index db7f32de2c4bc830ce825f6ac0b2cb188df26910..59ca1247bdffae99efd17a350c1dbb9c74893cd8 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 294c0e9d0420f00a311048af0982aa1f37466316..d7ee8afe8de18e801ff937a3fdb9641f20cbadd3 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 2b8be10209c67883d383394abadbbc5f41937cdc..f1eaf26ada506affc7e93318c5d98af2d6193a67 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 bba3b0e872b160e99b3a5e074bcc2526bc9a345b..ecba75c927d44b451f75fff3afdb1a89d510a459 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 65bfde29ab4331cf5eab85ae9dfa568f6b080142..9f8445ad3bc56da0d5ca1d2f291cee80ae7e85c2 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 b900dd3622c8914710154c8d5e17ff92e296ba82..e9b1bfd07e0f47749203de3bd29d579199dfeb1c 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 1d85b94f20bd2f63a4558a68c30adb794a5d724a..3c028158becb133ad85ff50b3c0e728b0071ce90 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 d26499841ff3ef7426bc8e4dabbe2b52e8daa480..73fc6c99e34fd9ba0c33038905ed4b2f2ab4f0c1 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 116bd0a6f482d478927bf8587d6b9b6393c6777d..b255d2365ff17ab3027f33e4e34bbf16b63dc94a 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 a18f98588784385e98e4095f39cb566e08ef6f6a..52de303fae3bed8a9aa3038a3f40929c0ca1225c 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 479db5358336ffdd150613db42aee4b3d483276d..c05069cca544fdb666ae9d0eda3b4660da674066 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 7353f091bba0be8d68a41e47ca107f8daa3a8dfc..6e3e6737dfd8c4ef13fa4cd76d1e8b32422f3d5c 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 1e3755a6effa385bff409a18791c252081ecd9f9..accf962cfd4184bdcd7ba2f6722952e72014c5f9 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 086bdb6a1a219b23a379b58020cdcc7cc6c7d237..b841fc70061f6662b0ff651fd2fe92b644313dc8 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 fda49eeb04400346a5dbf7c479ecfb794759fdf3..00fac019cf66a73df15a0488f23b5d7dd6973c1f 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 737eee7183207fc9d566620a7522a5fe429a1aae..103738b70132c96a304ca59217918636dced2088 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 2ebca242e55cc52026a2c427f807f61045c93c0c..8cb0cbc8e0dd81b48c1e9e599114e89077470627 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 b90049e605d1cf9cd0b5b07684a5e057161a1376..66c699399dc9cbe07ca8bd8bf6c0ed5b9c8d3f5e 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 5801ef94f142906fb5d4f0819618c99e8448dba8..903070349070da384e339eaa9dde97a77060ddb8 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 41080659e9b67cf48837fd0f4c06de6267e09d10..a994669fe90f46fad89cf930eafcf7345872a7c2 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 b17b91276fa8b7df44d73edb050597d9724b4a1d..d0020ad64efdfe97e0cf18021929f38f5b33498b 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 3cb86f44a0dba1b0ae1778641a2ffc4a9e9b6d28..c24703c6f16881c86af5cfa52110881cbfcd3519 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