-/* $NetBSD: random.c,v 1.7 2008/01/14 03:50:02 dholland Exp $ */
+/* $NetBSD: random.c,v 1.8 2009/08/12 08:44:45 dholland Exp $ */
/*
* Copyright (c) 1988, 1993
#if 0
static char sccsid[] = "@(#)random.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: random.c,v 1.7 2008/01/14 03:50:02 dholland Exp $");
+__RCSID("$NetBSD: random.c,v 1.8 2009/08/12 08:44:45 dholland Exp $");
#endif
#endif /* not lint */
static int rand_sep = 3;
static long *end_ptr = &rntb[32];
+static long rrandom(void);
+
void
srrandom(int x)
{
}
}
-long
+static long
rrandom(void)
{
long i;