aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 8e1f4f09979..fe26e1f3879 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2701,13 +2701,6 @@ bcmp (b1, b2, length) /* This could be a macro! */
2701#ifndef HAVE_RANDOM 2701#ifndef HAVE_RANDOM
2702#ifndef random 2702#ifndef random
2703 2703
2704/*
2705 * The BSD random returns numbers in the range of
2706 * 0 to 2e31 - 1. The USG rand returns numbers in the
2707 * range of 0 to 2e15 - 1. This is probably not significant
2708 * in this usage.
2709 */
2710
2711long 2704long
2712random () 2705random ()
2713{ 2706{