aboutsummaryrefslogtreecommitdiff
path: root/games/hack
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-04-12 20:16:15 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-04-12 20:16:15 +0000
commit5c0d6186d9b620a55f151590ed707122c5bc3d46 (patch)
tree3935c8b1e6922ac68523b944c078b5a2fe6719a4 /games/hack
parent95ca4cb3f6f29688a2dd82b6db0c10d048e13096 (diff)
Notes
Diffstat (limited to 'games/hack')
-rw-r--r--games/hack/hack.ioctl.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c
index 626fead7e0a3..2902d14cdf69 100644
--- a/games/hack/hack.ioctl.c
+++ b/games/hack/hack.ioctl.c
@@ -1,10 +1,13 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.ioctl.c - version 1.0.2 */
-/* $FreeBSD$
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/* This cannot be part of hack.tty.c (as it was earlier) since on some
systems (e.g. MUNIX) the include files <termio.h> and <sgtty.h>
define the same constants, and the C preprocessor complains. */
+
#include <stdio.h>
#include "config.h"
#ifdef BSD