diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-03-11 18:24:14 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-03-11 18:24:14 +0100 |
commit | 3cd3fca072b0f0958d260a5b147bb09df165bd0f (patch) | |
tree | c9a7de96002ffaa5df663540398f81d7ba69241e /src/rand.c | |
parent | 2feb2da15867887be02beaadf9a92d2e8a997b85 (diff) | |
parent | 980784c1917f19bfd2e9b11faca76d14e8589daa (diff) |
Update upstream source from tag 'upstream/4.12'
Update to upstream version '4.12'
with Debian dir 2e81fc9e49b613c77c6c552b837c5a8ee952b59b
Diffstat (limited to 'src/rand.c')
-rw-r--r-- | src/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ static unsigned int HXrand_obtain_seed(void) { - unsigned int s; + unsigned long s; #if defined(HAVE_CLOCK_GETTIME) struct timespec tv; |