mirror of https://github.com/getdnsapi/getdns.git
Don't rely on GCC extensions.
This commit is contained in:
parent
8c3047dbe0
commit
1e774a95f5
|
@ -1494,7 +1494,7 @@ static exit_value test_concurrent(const struct test_info_s *test_info,
|
|||
}
|
||||
|
||||
/* Three names with random TLDs. */
|
||||
const int NAMELEN = 30;
|
||||
#define NAMELEN 30
|
||||
char names[3][NAMELEN + 1];
|
||||
|
||||
srandom((unsigned int) time(NULL));
|
||||
|
|
Loading…
Reference in New Issue