summaryrefslogtreecommitdiffstats
path: root/mille/move.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-24 05:00:43 +0000
committercgd <cgd@NetBSD.org>1995-03-24 05:00:43 +0000
commit13a26126791f719a62e09dc51634c290ba9fdf5f (patch)
tree371b0fb6fe62e71c4b3ad18a50e7bec30dc64ab8 /mille/move.c
parent8f429b2f05f23f432db888e822215caca851f1ba (diff)
downloadbsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.tar.gz
bsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.tar.zst
bsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.zip
rcs id conventions
Diffstat (limited to 'mille/move.c')
-rw-r--r--mille/move.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/mille/move.c b/mille/move.c
index b510e68a..422e8db7 100644
--- a/mille/move.c
+++ b/mille/move.c
@@ -1,3 +1,5 @@
+/* $NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)move.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: move.c,v 1.3 1994/05/12 17:39:37 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $";
+#endif
#endif /* not lint */
#include <termios.h>