I wrote:
> Right, but stealing these small snippets from NetBSD wasn't very hard,
> see patch below.
Here's a better patch, including stty. If there are no objects, I'll
commit this.
/assar
Index: bin/stty/modes.c
===
RCS file: /
Alfred Perlstein <[EMAIL PROTECTED]> writes:
> My concern is that just adding these defines doesn't actually implement
> anything in the drivers/libraries. :)
Right, but stealing these small snippets from NetBSD wasn't very hard,
see patch below.
/assar
Index: sys/sys/termios.h
===
On Thu, Dec 28, 2000 at 06:12:32PM -0800, Alfred Perlstein wrote:
> * Jason Evans <[EMAIL PROTECTED]> [001228 11:48] wrote:
> > A while back I was porting an sshd implementation that was developed on
> > NetBSD to FreeBSD, and discovered that some definitions are missing in our
> > termios.h. I l
* Jason Evans <[EMAIL PROTECTED]> [001228 11:48] wrote:
> A while back I was porting an sshd implementation that was developed on
> NetBSD to FreeBSD, and discovered that some definitions are missing in our
> termios.h. I looked at the SUSv2 standard, and it appears to me that this
> is a bug in
A while back I was porting an sshd implementation that was developed on
NetBSD to FreeBSD, and discovered that some definitions are missing in our
termios.h. I looked at the SUSv2 standard, and it appears to me that this
is a bug in FreeBSD. Can someone who is more knowledgeable in this area
ple