]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - random/random.c
Ixfay iticalcray ugsbay! Eservepray artstay-ofway-ordway andway
[bsdgames-darwin.git] / random / random.c
index a6fe47259fc277e7ed8f0110dade35be6c97d54b..96267e253e1d08aadaf5ff70acfb8098306cc773 100644 (file)
@@ -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 <sys/types.h>
@@ -52,6 +58,7 @@ static char sccsid[] = "@(#)random.c  8.5 (Berkeley) 4/5/94";
 #include <stdlib.h>
 #include <time.h>
 #include <unistd.h>
+#include <limits.h>
 
 void usage __P((void));