aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fortune.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:25:26 +0000
committerrsc <devnull@localhost>2005-01-04 21:25:26 +0000
commit0daf9c09417038872f2f8c43aac95dc10a035c3d (patch)
tree6b6b9f81b2a71507ca059b0142221bdcfc86846c /src/cmd/fortune.c
parentc39bd3556bde09d322d09b0c968a67d36f2f4b09 (diff)
downloadplan9port-0daf9c09417038872f2f8c43aac95dc10a035c3d.tar.gz
plan9port-0daf9c09417038872f2f8c43aac95dc10a035c3d.tar.bz2
plan9port-0daf9c09417038872f2f8c43aac95dc10a035c3d.zip
have lrand now
Diffstat (limited to 'src/cmd/fortune.c')
-rw-r--r--src/cmd/fortune.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/fortune.c b/src/cmd/fortune.c
index d53fc0b4..12c35e8f 100644
--- 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[])
{