diff options
Diffstat (limited to 'games/monop/monop.c')
-rw-r--r-- | games/monop/monop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/monop/monop.c b/games/monop/monop.c index 918557d13d5..db433b67cf7 100644 --- a/games/monop/monop.c +++ b/games/monop/monop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monop.c,v 1.10 2009/10/27 23:59:26 deraadt Exp $ */ +/* $OpenBSD: monop.c,v 1.11 2013/08/29 20:22:16 naddy Exp $ */ /* $NetBSD: monop.c,v 1.3 1995/03/23 08:34:52 cgd Exp $ */ /* @@ -47,7 +47,6 @@ main(ac, av) int ac; char *av[]; { - srandomdev(); num_luck = sizeof lucky_mes / sizeof (char *); init_decks(); init_monops(); |