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: 04/09/1996 17:00:10
jonathan
Tue Apr  9 16:50:13 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24537

Modified Files:
	tc.c 
Log Message:
Fixes for -Wall -Wmissing-prototypes:
	include <sys/systm.h> to get a prototyped declaration of printf().
	include <machine/autoconf.h> for port-specific typedefs.
	Remove unused variables.


jonathan
Tue Apr  9 16:54:10 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24593

Modified Files:
	types.h 
Log Message:
Fixes for -Wall -Wmissing-prototypes:
	Do not define __BDEVSW_DUMP_OLD_TYPE, as it breaks prototyping
	of device dump functions, and should be port-dependent in any case.
The pmax 4.4bsd/pmax-derived drivers are being fixed, and the pica port
uses the MI scsi drivers already.


cgd
Tue Apr  9 16:55:53 EDT 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24835

Modified Files:
	audioio.h device.h dirent.h disklabel.h filedesc.h gmon.h 
	localedef.h protosw.h queue.h shm.h sysctl.h systm.h termios.h 
	tprintf.h tty.h ttydefaults.h types.h user.h vsio.h wait.h 
Log Message:
fix extra spaces at ends of lines, etc.  (all spacing nits.)


jonathan
Tue Apr  9 16:56:49 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24830

Modified Files:
	endian.h 
Log Message:
Fixes for -Wall -Wmissing-prototypes:
	Replace impliclty-sized types (u_long, u_short) used in
	declarations of byteorder functions witho explicitly sized types
	(u_int32_t, u_int16_t).

Avoids problems with using ntohl(foo) as (eg) an argument to printf().