X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/a8d3bf7f08061516a44629fbaf4c7bb727122742..d30e3c486394d769de3bee83fa1d2ad0fb55e084:/usr/src/sys/kern/tty_tty.c diff --git a/usr/src/sys/kern/tty_tty.c b/usr/src/sys/kern/tty_tty.c index 914b9159bd..7d8f258449 100644 --- a/usr/src/sys/kern/tty_tty.c +++ b/usr/src/sys/kern/tty_tty.c @@ -1,18 +1,25 @@ -/* tty_tty.c 4.13 82/10/17 */ +/* + * Copyright (c) 1982, 1986 Regents of the University of California. + * All rights reserved. The Berkeley software License Agreement + * specifies the terms and conditions for redistribution. + * + * @(#)tty_tty.c 7.1 (Berkeley) %G% + */ /* * Indirect driver for controlling tty. * * THIS IS GARBAGE: MUST SOON BE DONE WITH struct inode * IN PROC TABLE. */ -#include "../h/param.h" -#include "../h/systm.h" -#include "../h/conf.h" -#include "../h/dir.h" -#include "../h/user.h" -#include "../h/tty.h" -#include "../h/proc.h" -#include "../h/uio.h" +#include "param.h" +#include "systm.h" +#include "conf.h" +#include "dir.h" +#include "user.h" +#include "ioctl.h" +#include "tty.h" +#include "proc.h" +#include "uio.h" /*ARGSUSED*/ syopen(dev, flag)