summaryrefslogtreecommitdiffstats
path: root/rogue/move.c
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/move.c')
-rw-r--r--rogue/move.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/rogue/move.c b/rogue/move.c
index cda2ab19..86e36cf7 100644
--- a/rogue/move.c
+++ b/rogue/move.c
@@ -1,6 +1,8 @@
+/* $NetBSD: move.c,v 1.3 1995/04/22 10:27:47 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.
@@ -35,8 +37,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)move.c 5.3 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: move.c,v 1.2 1993/08/01 18:52:22 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.3 1995/04/22 10:27:47 cgd Exp $";
+#endif
#endif /* not lint */
/*