mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5).
This commit is contained in:
parent
20425850a4
commit
cf179d53ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181313
@ -803,6 +803,7 @@ int ipfsync()
|
||||
}
|
||||
|
||||
|
||||
#ifndef ipf_random
|
||||
u_32_t ipf_random()
|
||||
{
|
||||
static int seeded = 0;
|
||||
@ -816,3 +817,4 @@ u_32_t ipf_random()
|
||||
}
|
||||
return rand();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user