thave lrand now - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0daf9c09417038872f2f8c43aac95dc10a035c3d
 (DIR) parent c39bd3556bde09d322d09b0c968a67d36f2f4b09
 (HTM) Author: rsc <devnull@localhost>
       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(-)
       ---
 (DIR) 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[])
        {