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.ioctl.c | |
parent | f5e101f7c8e7118f1d8dff37a99a3b7950cd173a (diff) |
$OpenBSD$
Diffstat (limited to 'games/hack/hack.ioctl.c')
-rw-r--r-- | games/hack/hack.ioctl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index fccd359fc1d..d48f7e3d581 100644 --- a/games/hack/hack.ioctl.c +++ b/games/hack/hack.ioctl.c @@ -1,9 +1,11 @@ +/* $OpenBSD: hack.ioctl.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.ioctl.c,v 1.5 1995/04/28 23:01:45 mycroft Exp $"; +static char rcsid[] = "$OpenBSD: hack.ioctl.c,v 1.2 2001/01/28 23:41:44 niklas Exp $"; #endif /* not lint */ /* This cannot be part of hack.tty.c (as it was earlier) since on some |