Re: termios.h patch for review

2000-12-29 Thread Assar Westerlund
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: /

Re: termios.h patch for review

2000-12-28 Thread Assar Westerlund
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 ===

Re: termios.h patch for review

2000-12-28 Thread Jason Evans
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

Re: termios.h patch for review

2000-12-28 Thread Alfred Perlstein
* 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

termios.h patch for review

2000-12-28 Thread Jason Evans
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