1 --- arc4random.c.orig 2006-02-19 03:33:43.000000000 -0800
2 +++ arc4random.c 2006-02-19 15:35:04.000000000 -0800
4 /* fd < 0? Ah, what the heck. We'll just take whatever was on the
7 - arc4_addrandom(as, (void *) &rdat, sizeof(rdat));
8 + arc4_addrandom(as, (u_char *) &rdat, sizeof(rdat));
11 * Throw away the first N bytes of output, as suggested in the