Subject: Re: what's still using pccons ?
To: Andrew Brown <atatat@atatdot.net>
From: Bill Studenmund <wrstuden@zembu.com>
List: tech-kern
Date: 05/10/2001 17:29:41
On Thu, 10 May 2001, Andrew Brown wrote:

> >	a) Modify openpty(3) to skip ttyv. This is the easiest
> >	   solution for now, but we lose 16 ptys. I'm going to
> >	   commit this for now; we can always revert once one
> >	   of the above occurs.
> 
> #ifdef __i386__ || __prep__ ...
> 	use "pqrstuwx..."
> #else
> 	use "pqrstuvwx..."
> #endif
> 
> ?

That would mean that powerpc platfroms couldn't share libutil. We've been
working to make ports share as much as they can with other machines of
the same architecture.

Take care,

Bill