From 795399e2f5bbe8a2a1580eea2fb1990cab116112 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 26 Oct 2004 10:45:02 +0000 Subject: 2004-10-26 Ralf Corsepius * libcsupport/include/sys/ioctl.h: Cosmetical update from FreeBSD. Remove sys/compat_ioctl.h section (Meaningless with RTEMS). --- cpukit/ChangeLog | 2 ++ cpukit/libcsupport/include/sys/ioctl.h | 19 ++++--------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index dfa2d9fad6..41d984b23c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -8,6 +8,8 @@ 2004-10-26 Ralf Corsepius * libcsupport/include/sys/ioccom.h: Cosmetical update from FreeBSD. + * libcsupport/include/sys/ioctl.h: Cosmetical update from FreeBSD. + Remove sys/compat_ioctl.h section (Meaningless with RTEMS). 2004-10-25 Eric Norum diff --git a/cpukit/libcsupport/include/sys/ioctl.h b/cpukit/libcsupport/include/sys/ioctl.h index e3a69a5a7f..55e77d2ba2 100644 --- a/cpukit/libcsupport/include/sys/ioctl.h +++ b/cpukit/libcsupport/include/sys/ioctl.h @@ -15,10 +15,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -36,6 +32,10 @@ * SUCH DAMAGE. * * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 + * $FreeBSD: src/sys/sys/ioctl.h,v 1.13 2004/06/11 11:16:26 phk Exp $ + */ + +/* * $Id$ */ @@ -64,14 +64,3 @@ struct ttysize { #include #endif /* !_SYS_IOCTL_H_ */ - -/* - * Keep outside _SYS_IOCTL_H_ - * Compatibility with old terminal driver - * - * Source level -> #define USE_OLD_TTY - * Kernel level -> options COMPAT_43 or COMPAT_SUNOS - */ -#if defined(USE_OLD_TTY) || defined(COMPAT_43) || defined(COMPAT_SUNOS) -#include -#endif -- cgit v1.2.3