mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix GCC build.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5a6d45d015
commit
338450436d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#define RANDOM_MAX ((1<<31) - 1)
|
||||
#define RANDOM_MAX (((long)1<<31) - 1)
|
||||
|
||||
int main(int argc, char** argv){
|
||||
useconds_t max_usecs, usecs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue