Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83 ; site lvbull.UUCP
Path: utzoo!linus!vaxine!wjh12!genrad!decvax!mcvax!vmucnam!lvbull!pete
From: pete@lvbull.UUCP (pete)
Newsgroups: net.unix-wizards
Subject: Re: Pseudo TTY Drivers -- Need Help!!!!
Message-ID: <234@lvbull.UUCP>
Date: Mon, 25-Jun-84 03:52:36 EDT
Article-I.D.: lvbull.234
Posted: Mon Jun 25 03:52:36 1984
Date-Received: Thu, 21-Jun-84 04:24:20 EDT
References: <889@omsvax.UUCP>
Organization: BULL, Louveciennes, France
Lines: 3

Note that 4bsd uses a IN|OUT flag in Ioctl's, so code in tty driver
may have trouble if it uses copyin() and copyout() instead of bcopy().