84dee8dde8
- Fix types issues on 64-bits architectures. PR: ports/75878 Submitted by: Ville-Pertti Keinonen <will@exomi.com> Approved by: maintainer timeout (3 months)
14 lines
217 B
C
14 lines
217 B
C
|
|
$FreeBSD$
|
|
|
|
--- esm_cipher.c.orig
|
|
+++ esm_cipher.c
|
|
@@ -157,7 +157,7 @@
|
|
unsigned int n;
|
|
int i;
|
|
struct timeval tv;
|
|
- unsigned long truerand();
|
|
+ uint32_t truerand();
|
|
unsigned char b[20];
|
|
|
|
R_RandomInit(&rs);
|