Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Pfaller <matthias@netbsd.org>
List: source-changes
Date: 01/14/1999 23:42:49
Module Name:	src
Committed By:	matthias
Date:		Fri Jan 15 07:42:48 UTC 1999

Modified Files:
	src/sys/arch/pc532/include: trap.h
Log Message:
Protect all defines in this file with #ifdef _KERNEL. At least the
definition of T_SLAVE will cause the bind build to fail. Thank's
to Phil Budne for noting this.