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: 05/06/1996 20:50:03
jtc
Mon May  6 20:44:23 EDT 1996
Update of /a/cvsroot/src/usr.bin/ypmatch
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22237

Modified Files:
	ypmatch.1 ypmatch.c 
Log Message:
Changed to print a colon after the key when -k option is specified.
This is the behavior of the traditional ypmatch utility.


thorpej
Mon May  6 17:46:50 PDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22335

Modified Files:
	if_ae.c if_bah.c if_ed.c if_es.c if_levar.h if_qn.c 
Log Message:
Changed struct ifnet to have a pointer to the softc of the underlying
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit.  Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.