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/18/1996 21:20:07
jonathan
Sat May 18 21:12:45 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22548

Modified Files:
	dtop.c 
Log Message:
more cleanups for -Wall:
    Fix the the  definitions of dtop cdevsw entry point functions to match
    their  declarations. Add explicit "int" declarations to functions.
    Add prototyped declarations for all local functions.
    Return zero from dtopstop().
    Include the external declarations from dtopvar.h.


jonathan
Sat May 18 21:16:22 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22622

Modified Files:
	qvss_compat.c 
Log Message:
more cleanups for -Wall:

update the 4.3bsd/Ultrix-compatible qvss-style mmap'ed framebuffer/input-event
code to use mips_round_page() et.al., not pmax_round_page().
Add explicit "int" return types to functions.  Add prototyped forward
declarations.


jonathan
Sat May 18 21:19:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv22656

Modified Files:
	mfb.c 
Log Message:
Add prototyped declarations for the static bt431 chipset code.
Add explicit "int" return types to functions.
Change MachEmptyWriteBuffer() to wbflush().