plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 0daf9c09417038872f2f8c43aac95dc10a035c3d
parent c39bd3556bde09d322d09b0c968a67d36f2f4b09
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 21:25:26 +0000

have lrand now

Diffstat:
Msrc/cmd/fortune.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/cmd/fortune.c b/src/cmd/fortune.c @@ -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[]) {