diff options
Diffstat (limited to 'games/hunt/huntd/shots.c')
-rw-r--r-- | games/hunt/huntd/shots.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hunt/huntd/shots.c b/games/hunt/huntd/shots.c index b4080dbd76c..18305c845ee 100644 --- a/games/hunt/huntd/shots.c +++ b/games/hunt/huntd/shots.c @@ -1,15 +1,11 @@ /* $NetBSD: shots.c,v 1.3 1997/10/11 08:13:50 lukem Exp $ */ +/* $OpenBSD: shots.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: shots.c,v 1.3 1997/10/11 08:13:50 lukem Exp $"); -#endif /* not lint */ - # include <err.h> # include <signal.h> # include <stdlib.h> |