X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/77e00dbff29bb84ca1625007d722e38a00e6f601..aeaee350ab2233c5b7bb402f56f18b79cef6533d:/random/random.c diff --git a/random/random.c b/random/random.c index a6fe4725..96267e25 100644 --- a/random/random.c +++ b/random/random.c @@ -1,3 +1,5 @@ +/* $NetBSD: random.c,v 1.3 1995/04/22 07:44:05 cgd Exp $ */ + /* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; +#else +static char rcsid[] = "$NetBSD: random.c,v 1.3 1995/04/22 07:44:05 cgd Exp $"; +#endif #endif /* not lint */ #include @@ -52,6 +58,7 @@ static char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; #include #include #include +#include void usage __P((void));