diff options
author | Johannes Sixt <j6t@kdbg.org> | 2015-06-05 21:45:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-05 15:00:31 -0700 |
commit | 1e9676ec0a771de06abca3009eb4bdc5a4ae3312 (patch) | |
tree | 71d95363d0c68e5b6a7d6570d01509d937d49a57 /streaming.h | |
parent | lock_packed_refs(): allow retries when acquiring the packed-refs lock (diff) | |
download | tgif-1e9676ec0a771de06abca3009eb4bdc5a4ae3312.tar.xz |
lockfile: replace random() by rand()
On Windows, we do not have functions srandom() and random(). Use srand()
and rand(). These functions produce random numbers of lesser quality,
but for the purpose (a retry time-out) they are still good enough.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Reviewed-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'streaming.h')
0 files changed, 0 insertions, 0 deletions