Subject: CVS commit: src/sys/compat
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/15/2003 13:32:14
Module Name:	src
Committed By:	fvdl
Date:		Wed Oct 15 13:32:14 UTC 2003

Modified Files:
	src/sys/compat/common: Makefile
	src/sys/compat/netbsd32: files.netbsd32

Log Message:
Don't put the netbsd32_compat*.c files in the 'compat library'. Unconditionally
compiling these causes a ripple effect making it hard to conditionalize
anything on COMPAT_* in the kernel.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/compat/common/Makefile
cvs rdiff -r1.12 -r1.13 src/sys/compat/netbsd32/files.netbsd32

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.