Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5).
This commit is contained in:
parent
4f7a011af7
commit
21efffe9d5
@ -803,6 +803,7 @@ int ipfsync()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef ipf_random
|
||||||
u_32_t ipf_random()
|
u_32_t ipf_random()
|
||||||
{
|
{
|
||||||
static int seeded = 0;
|
static int seeded = 0;
|
||||||
@ -816,3 +817,4 @@ u_32_t ipf_random()
|
|||||||
}
|
}
|
||||||
return rand();
|
return rand();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user