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