]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/random.c
Sync to 4.4BSD-Lite2
[bsdgames-darwin.git] / rogue / random.c
index 90e9676c148f5729907e9c166469bbcd43958e1e..6e2abc6025ac8cc1df257bc8d9f6a92314b27bc7 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: random.c,v 1.3 1995/04/22 10:28:06 cgd Exp $   */
+
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Timothy C. Stoehr.
  */
 
 #ifndef lint
-/*static char sccsid[] = "from: @(#)random.c   5.3 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: random.c,v 1.2 1993/08/01 18:52:18 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)random.c   8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: random.c,v 1.3 1995/04/22 10:28:06 cgd Exp $";
+#endif
 #endif /* not lint */
 
 /*