about summary refs log tree commit diff
path: root/resolv/tst-resolv-qtypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/tst-resolv-qtypes.c')
-rw-r--r--resolv/tst-resolv-qtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/tst-resolv-qtypes.c b/resolv/tst-resolv-qtypes.c
index 06ea3dbd14..da3325f80c 100644
--- a/resolv/tst-resolv-qtypes.c
+++ b/resolv/tst-resolv-qtypes.c
@@ -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)