Properly fix GCC build in r357867
Submitted by: kib Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d8b7b73571
commit
c27ac74f9c
@ -37,7 +37,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define RANDOM_MAX (((long)1<<31) - 1)
|
#define RANDOM_MAX ((1U<<31) - 1)
|
||||||
|
|
||||||
int main(int argc, char** argv){
|
int main(int argc, char** argv){
|
||||||
useconds_t max_usecs, usecs;
|
useconds_t max_usecs, usecs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user