summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /hack
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'hack')
-rw-r--r--hack/hack.tty.c3
-rw-r--r--hack/pathnames.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/hack/hack.tty.c b/hack/hack.tty.c
index 68fefc4e..1297c3c5 100644
--- a/hack/hack.tty.c
+++ b/hack/hack.tty.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)hack.tty.c 5.3 (Berkeley) 5/13/91";
+/*static char sccsid[] = "from: @(#)hack.tty.c 5.3 (Berkeley) 5/13/91";*/
+static char rcsid[] = "$Id: hack.tty.c,v 1.2 1993/08/01 18:54:35 mycroft Exp $";
#endif /* not lint */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
diff --git a/hack/pathnames.h b/hack/pathnames.h
index 1df8f008..3b4b81dd 100644
--- a/hack/pathnames.h
+++ b/hack/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:54:34 mycroft Exp $
*/
#define _PATH_MAIL "/usr/bin/mail"