xref: /original-bsd/include/sgtty.h (revision d15729d4)
1 /*
2  * Copyright (c) 1985 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)sgtty.h	4.6 (Berkeley) 06/01/90
8  */
9 
10 #ifndef	_IOCTL_
11 #ifndef USE_OLD_TTY
12 #define	USE_OLD_TTY
13 #endif
14 #include <sys/ioctl.h>
15 #endif
16