diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-12 20:16:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-12 20:16:15 +0000 |
commit | 21bbb17290e60e56b2eea3f7a39e7ef6097bfdba (patch) | |
tree | 3935c8b1e6922ac68523b944c078b5a2fe6719a4 /games | |
parent | bee5210d96f69a94ed6cfb949070c396f9a64907 (diff) | |
download | FreeBSD-src-21bbb17290e60e56b2eea3f7a39e7ef6097bfdba.zip FreeBSD-src-21bbb17290e60e56b2eea3f7a39e7ef6097bfdba.tar.gz |
End of comment was missing at FreeBSD Id line. Switch to FBSDID.
Diffstat (limited to 'games')
-rw-r--r-- | games/hack/hack.ioctl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/hack/hack.ioctl.c b/games/hack/hack.ioctl.c index 626fead..2902d14 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 |