Rename lrand to p9lrand, too.

This commit is contained in:
wkj 2004-12-29 02:44:01 +00:00
parent 3015b83184
commit 8d8865f3d0
2 changed files with 2 additions and 1 deletions

View file

@ -239,6 +239,7 @@ extern int needsrcquote(int);
#ifndef NOPLAN9DEFINES
#define rand p9rand
#define srand p9srand
#define lrand p9lrand
#endif
extern void srand(long);

View file

@ -57,7 +57,7 @@ p9srand(long seed)
}
long
lrand(void)
p9lrand(void)
{
ulong x;