protect with _QUOTA_
[unix-history] / usr / src / include / sgtty.h
CommitLineData
e21566d9
KB
1/*
2 * Copyright (c) 1985 The Regents of the University of California.
3 * All rights reserved.
4 *
863005e5 5 * %sccs.include.redist.c%
e21566d9 6 *
863005e5 7 * @(#)sgtty.h 4.6 (Berkeley) %G%
e21566d9 8 */
b416799e
SL
9
10#ifndef _IOCTL_
84099626 11#ifndef USE_OLD_TTY
9a712efe 12#define USE_OLD_TTY
84099626 13#endif
b416799e
SL
14#include <sys/ioctl.h>
15#endif