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