thave lrand now - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 0daf9c09417038872f2f8c43aac95dc10a035c3d
parent c39bd3556bde09d322d09b0c968a67d36f2f4b09
Author: rsc 
Date:   Tue,  4 Jan 2005 21:25:26 +0000

have lrand now

Diffstat:
  M src/cmd/fortune.c                   |       2 --

1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/cmd/fortune.c b/src/cmd/fortune.c
t@@ -7,8 +7,6 @@ char choice[2048];
 char *index = "#9/lib/fortunes.index";
 char *fortunes = "#9/lib/fortunes";
 
-#define lrand rand
-
 void
 main(int argc, char *argv[])
 {