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