]> 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:59:46 +0000 (13:59 -0700)
* resolv/tst-resolv-qtypes.c (domain): Changed to
"const char domain[] =".

(cherry picked from commit 78bfa877b36e8f33c99cbe9a16eb73f5a2adc0c8)

ChangeLog
resolv/tst-resolv-qtypes.c

index f9e423dbb34b8dd793e757294befc9b024cc0780..96c461c44116b94af6e2618a6271a704b399925c 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-08-31  H.J. Lu  <hongjiu.lu@intel.com>
 
        [BZ #22051]
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)