Don't rely on GCC extensions.

This commit is contained in:
Jim Hague 2018-01-22 10:23:29 +00:00
parent 8c3047dbe0
commit 1e774a95f5
1 changed files with 1 additions and 1 deletions

View File

@ -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));