diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-03 14:38:18 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-03 14:38:18 +0000 |
commit | d9acce1f8555317f19d4bc565896a366a2dc64df (patch) | |
tree | f2fd0a3dc00b9d454e9c2ec8dadcfdabe4be0783 /games/mille | |
parent | 27270dae2fe0dbc4518b029a0bffce35ce1ea77e (diff) |
About 13 years ago when the idiom srandom(time()), and sometimes
srandom(time()+getpid()), was changed by srandomdev(), but #include <time.h>
lived up until this day so remove it.
Additionally, earlier than that, 18 years ago, random(6) was one of the first
consumers of arc4random(3) family, and was pulling it from dev/rndvar.h but
these days we pull it from stdlib.h, which is already done, so while here
remove dev/rndvar.h also.
"seems comprehensive to me" deraadt@ and OK tb@
Diffstat (limited to 'games/mille')
-rw-r--r-- | games/mille/save.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/mille/save.c b/games/mille/save.c index b699fe3bfb8..178fe148093 100644 --- a/games/mille/save.c +++ b/games/mille/save.c @@ -1,4 +1,4 @@ -/* $OpenBSD: save.c,v 1.9 2015/11/11 01:12:10 deraadt Exp $ */ +/* $OpenBSD: save.c,v 1.10 2016/01/03 14:38:17 mestre Exp $ */ /* $NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $ */ /* @@ -30,7 +30,6 @@ * SUCH DAMAGE. */ -#include <time.h> #include "mille.h" /* |