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/driver.c | |
parent | eb646ea9c2bfc356f1f54b102fbb1b144805a08e (diff) |
ident for OpenBSD
mandoc-ify manual pages
use -locurses
Diffstat (limited to 'games/hunt/huntd/driver.c')
-rw-r--r-- | games/hunt/huntd/driver.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hunt/huntd/driver.c b/games/hunt/huntd/driver.c index 4b06af9153c..c842448bc43 100644 --- a/games/hunt/huntd/driver.c +++ b/games/hunt/huntd/driver.c @@ -1,15 +1,11 @@ /* $NetBSD: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $ */ +/* $OpenBSD: driver.c,v 1.2 1999/01/21 05:47:40 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: driver.c,v 1.5 1997/10/20 00:37:16 lukem Exp $"); -#endif /* not lint */ - # include <sys/ioctl.h> # include <sys/stat.h> # include <sys/time.h> |