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