Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/18/1996 00:50:02
mark
Thu Oct 17 17:48:30 PDT 1996
Update of /cvsroot/src/sys/arch/arm32/mainbus
In directory netbsd1:/var/slash-tmp/cvs-serv21986

Modified Files:
	wd.c 
Log Message:
Fixed 4 compiler warnings about casts on insw() and outsw() calls.


jtc
Thu Oct 17 17:49:04 PDT 1996
Update of /cvsroot/src/lib/libc/arch/ns32k
In directory netbsd1:/var/slash-tmp/cvs-serv22004

Modified Files:
	SYS.h 
Log Message:
Added new macros:
        SYSTRAP(x):             Expands to the code used to call syscall x.
				This is used to simplify other macros.

        SYSCALL_NOERROR(x):     Like SYSCALL except that "x" is a syscall
				that can never fail.

        RSYSCALL_NOERROR(x):    Like RSYSCALL except that "x" is a syscall
				that can never fail.