Index: ip_fil.c =================================================================== --- ip_fil.c (revision 180989) +++ ip_fil.c (working copy) @@ -803,6 +803,7 @@ } +#ifndef ipf_random u_32_t ipf_random() { static int seeded = 0; @@ -816,3 +817,4 @@ } return rand(); } +#endif