summaryrefslogtreecommitdiff
path: root/games/hunt/huntd/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hunt/huntd/terminal.c')
-rw-r--r--games/hunt/huntd/terminal.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hunt/huntd/terminal.c b/games/hunt/huntd/terminal.c
index 94493531c31..f1bab1368db 100644
--- a/games/hunt/huntd/terminal.c
+++ b/games/hunt/huntd/terminal.c
@@ -1,15 +1,11 @@
/* $NetBSD: terminal.c,v 1.2 1997/10/10 16:34:05 lukem Exp $ */
+/* $OpenBSD: terminal.c,v 1.2 1999/01/21 05:47:42 d Exp $ */
/*
* Hunt
* Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
* San Francisco, California
*/
-#include <sys/cdefs.h>
-#ifndef lint
-__RCSID("$NetBSD: terminal.c,v 1.2 1997/10/10 16:34:05 lukem Exp $");
-#endif /* not lint */
-
#if __STDC__
#include <stdarg.h>
#else