summaryrefslogtreecommitdiffstats
path: root/hack/rnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hack/rnd.c')
-rw-r--r--hack/rnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/rnd.c b/hack/rnd.c
index d90970af..6bdd0aba 100644
--- a/hack/rnd.c
+++ b/hack/rnd.c
@@ -1,5 +1,5 @@
#ifndef lint
-static char rcsid[] = "$Id: rnd.c,v 1.2 1993/08/02 17:19:45 mycroft Exp $";
+static char rcsid[] = "$NetBSD: rnd.c,v 1.3 1995/03/23 08:32:28 cgd Exp $";
#endif /* not lint */
#define RND(x) ((random()>>3) % x)