Appease GCC 4.2
It mistakenly believes the 'static' keyword must come first. Fix PPC, Sparc64, and maybe MIPS world. Fallout from r331279. Reported by: tinderbox (results come slowly)
This commit is contained in:
parent
c37125d9e5
commit
855c2cbe07
@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <zstd.h>
|
||||
|
||||
const static unsigned valid_flags[] = { 0, GRND_NONBLOCK, GRND_RANDOM,
|
||||
static const unsigned valid_flags[] = { 0, GRND_NONBLOCK, GRND_RANDOM,
|
||||
GRND_NONBLOCK | GRND_RANDOM };
|
||||
|
||||
ATF_TC_WITHOUT_HEAD(getrandom_randomness);
|
||||
|
Loading…
Reference in New Issue
Block a user