summaryrefslogtreecommitdiff
path: root/lang/baci/patches/patch-ac
blob: a084e871bf6033482d28770f4de54fbd9bef872f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2005/02/19 15:40:54 wiz Exp $

--- interp/random.c.orig	1999-08-31 18:19:18.000000000 +0200
+++ interp/random.c
@@ -65,7 +65,7 @@ long int temp;
    useed = temp+seed;   /* start user somewhere else */
 }
 
-unsigned int   random(range)
+unsigned int   __random(range)
 unsigned int   range;
    /* returns a pseudo-random unsigned int between 0 and 'range' - 1 */
 {