diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-21 05:47:43 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-21 05:47:43 +0000 |
commit | 1a772129d4bb7fd3cbf30a9aec5043dac0dfc94f (patch) | |
tree | 44f841a07866bdf731693ed12aca0dee5905487b /games/hunt/huntd/terminal.c | |
parent | eb646ea9c2bfc356f1f54b102fbb1b144805a08e (diff) |
ident for OpenBSD
mandoc-ify manual pages
use -locurses
Diffstat (limited to 'games/hunt/huntd/terminal.c')
-rw-r--r-- | games/hunt/huntd/terminal.c | 6 |
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 |