mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-25 02:02:09 +03:00
Use "static const char domain[] ="
* resolv/tst-resolv-qtypes.c (domain): Changed to "const char domain[] =".
This commit is contained in:
@ -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>
|
2017-09-07 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
|
* scripts/build-many-glibcs.py (Context.checkout): Default MPFR
|
||||||
|
@ -50,7 +50,7 @@ response (const struct resolv_response_context *ctx,
|
|||||||
resolv_response_close_record (b);
|
resolv_response_close_record (b);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char * const domain = "www.example.com";
|
static const char domain[] = "www.example.com";
|
||||||
|
|
||||||
static int
|
static int
|
||||||
wrap_res_query (int type, unsigned char *answer, int answer_length)
|
wrap_res_query (int type, unsigned char *answer, int answer_length)
|
||||||
|
Reference in New Issue
Block a user