-/* $NetBSD: init.c,v 1.19 2009/08/25 06:56:52 dholland Exp $ */
+/* $NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $ */
/*-
* Copyright (c) 1993
#if 0
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: init.c,v 1.19 2009/08/25 06:56:52 dholland Exp $");
+__RCSID("$NetBSD: init.c,v 1.21 2014/03/22 20:07:05 dholland Exp $");
#endif
#endif /* not lint */
poof();
}
-char *
+__noinline char *
decr(int a, int b, int c, int d, int e)
{
static char buf[6];
startup(void)
{
demo = Start();
- srand((int) (time((time_t *) NULL))); /* random seed */
+ srand((int)time(NULL)); /* random seed */
#if 0
srand(371); /* non-random seed */
#endif