End of comment was missing at FreeBSD Id line. Switch to FBSDID.
This commit is contained in:
parent
bee5210d96
commit
21bbb17290
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user