diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2008-08-04 22:45:27 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2008-08-04 22:45:27 +0000 |
| commit | cf179d53aeb95db786f3fa0110ffba6a35cbbe0f (patch) | |
| tree | 4d0bcfe97890a4f38b730dbd574b81da3b605438 /contrib/ipfilter | |
| parent | 20425850a42ac900f89bf97e19ebfa63283dad28 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/ip_fil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ipfilter/ip_fil.c b/contrib/ipfilter/ip_fil.c index 0694a750e3ff..051867220339 100644 --- a/contrib/ipfilter/ip_fil.c +++ b/contrib/ipfilter/ip_fil.c @@ -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 |
