1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00

End of comment was missing at FreeBSD Id line. Switch to FBSDID.

This commit is contained in:
Philippe Charnier 2002-04-12 20:16:15 +00:00
parent 95ca4cb3f6
commit 5c0d6186d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94552

View File

@ -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