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: 07/10/1996 15:00:04
cgd
Wed Jul 10 14:53:40 EDT 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22223/dev/ic

Modified Files:
	pdq.c 
Log Message:
add a couple of "default" entries in switch statements, to quiet -Wall.


cgd
Wed Jul 10 14:54:27 EDT 1996
Update of /a/cvsroot/src/sys/net
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22290/net

Modified Files:
	if_fddisubr.c 
Log Message:
#ifdef the declaration of 'ac' in fddi_input on ISO, since it's only
used if ISO is defined and -Wall complains.


cgd
Wed Jul 10 14:55:08 EDT 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22379/dev/ic

Modified Files:
	pdqvar.h 
Log Message:
cast argument to alpha vtophys() to vm_offset_t, to catch up with
recent prototyping.