]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use "static const char domain[] ="
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Sep 2017 20:56:58 +0000 (13:56 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 7 Sep 2017 20:57:15 +0000 (13:57 -0700)
* resolv/tst-resolv-qtypes.c (domain): Changed to
"const char domain[] =".

ChangeLog
resolv/tst-resolv-qtypes.c

index c9d1d842624cdb92226c56b83d0449a536bdee92..50bf6a13e43d0643c496dcd610336fa13ff3d835 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * resolv/tst-resolv-qtypes.c (domain): Changed to
+       "const char domain[] =".
+
 2017-09-07  Joseph Myers  <joseph@codesourcery.com>
 
        * scripts/build-many-glibcs.py (Context.checkout): Default MPFR
index 06ea3dbd1463ef60265cbd17d02f1a055107b468..da3325f80cfcee3e4e1e7c6d596e0183b6c016fe 100644 (file)
@@ -50,7 +50,7 @@ response (const struct resolv_response_context *ctx,
   resolv_response_close_record (b);
 }
 
-static const char * const domain = "www.example.com";
+static const char domain[] = "www.example.com";
 
 static int
 wrap_res_query (int type, unsigned char *answer, int answer_length)