diff options
Diffstat (limited to 'games/hack/hack.fight.c')
-rw-r--r-- | games/hack/hack.fight.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c index 0bee9ca238d..bb9b647f4a5 100644 --- a/games/hack/hack.fight.c +++ b/games/hack/hack.fight.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.fight.c,v 1.3 2001/01/28 23:41:44 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.fight.c,v 1.3 1995/03/23 08:30:12 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.fight.c,v 1.3 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ #include "hack.h" |