ioctl.h (a5f50ef9e43b28e15a7e2a2aec73754456619f17) ioctl.h (d3e64681d60b8727fc13f25607d5991a7e359837)
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 61 unchanged lines hidden (view full) ---

70
71#endif /* !_SYS_IOCTL_H_ */
72
73/*
74 * Keep outside _SYS_IOCTL_H_
75 * Compatibility with old terminal driver
76 *
77 * Source level -> #define USE_OLD_TTY
1/*-
2 * Copyright (c) 1982, 1986, 1990, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 61 unchanged lines hidden (view full) ---

70
71#endif /* !_SYS_IOCTL_H_ */
72
73/*
74 * Keep outside _SYS_IOCTL_H_
75 * Compatibility with old terminal driver
76 *
77 * Source level -> #define USE_OLD_TTY
78 * Kernel level -> options COMPAT_43
78 * Kernel level -> options COMPAT_43TTY
79 */
79 */
80#if defined(USE_OLD_TTY) || defined(COMPAT_43)
80#if defined(USE_OLD_TTY) || defined(COMPAT_43TTY)
81#include <sys/ioctl_compat.h>
82#endif
81#include <sys/ioctl_compat.h>
82#endif