mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
438 B
Plaintext
14 lines
438 B
Plaintext
$NetBSD: patch-bf,v 1.1 2011/05/19 15:48:41 drochner Exp $
|
|
|
|
--- sysdep/common/libsysdep/arc4random.c.orig 2001-06-05 05:05:37.000000000 +0000
|
|
+++ sysdep/common/libsysdep/arc4random.c
|
|
@@ -95,7 +95,7 @@ arc4_stir(as)
|
|
/* fd < 0? Ah, what the heck. We'll just take whatever was on the
|
|
* stack... */
|
|
|
|
- arc4_addrandom(as, (void *) &rdat, sizeof(rdat));
|
|
+ arc4_addrandom(as, (u_char *) &rdat, sizeof(rdat));
|
|
}
|
|
|
|
static inline u_int8_t
|