/* Local hack for systems without arc4random() */

#include <sys/cdefs.h>

__uint32_t
         arc4random __P((void));
void     arc4random_addrandom __P((unsigned char *dat, int datlen));
void     arc4random_stir __P((void));
