Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/04/1996 16:10:02
cgd
Tue Jun  4 16:02:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa/pcvt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24767

Modified Files:
	pcvt_drv.c 
Log Message:
change > to >= in #endif comment, too.

cgd
Tue Jun  4 16:04:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24837

Revision/Branch: netbsd-1-2

Modified Files:
	pccons.c 
Log Message:
pull up tty_attach() changes from trunk

cgd
Tue Jun  4 16:04:06 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa/pcvt
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24837/pcvt

Revision/Branch: netbsd-1-2

Modified Files:
	pcvt_drv.c 
Log Message:
pull up tty_attach() changes from trunk

cgd
Tue Jun  4 16:09:05 EDT 1996
Update of /a/cvsroot/src/usr.bin/netstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24925

Modified Files:
	if.c 
Log Message:
if doing 'netstat -I <intf> -w <delay>', and netstat can't find an
interface of the given name, print an error message and exit.
This whole section of code needs to be re-thought, if interfaces
can be dynamically added or removed.