diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 23:41:50 +0000 |
commit | fd035ee2cd54635d9569e767314b3d33777e04b5 (patch) | |
tree | a21c292563eb335ced79ef252a2cbef718a1adf9 /games/hack/hack.apply.c | |
parent | f5e101f7c8e7118f1d8dff37a99a3b7950cd173a (diff) |
$OpenBSD$
Diffstat (limited to 'games/hack/hack.apply.c')
-rw-r--r-- | games/hack/hack.apply.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hack/hack.apply.c b/games/hack/hack.apply.c index 46bdc64f56c..95903a72499 100644 --- a/games/hack/hack.apply.c +++ b/games/hack/hack.apply.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.apply.c,v 1.2 2001/01/28 23:41:43 niklas Exp $ */ + /* * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ #ifndef lint -static char rcsid[] = "$NetBSD: hack.apply.c,v 1.4 1995/03/23 08:29:47 cgd Exp $"; +static char rcsid[] = "$OpenBSD: hack.apply.c,v 1.2 2001/01/28 23:41:43 niklas Exp $"; #endif /* not lint */ #include "hack.h" |