Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Noriyuki Soda <soda@netbsd.org>
List: source-changes
Date: 03/31/2000 03:44:07
Module Name:	syssrc
Committed By:	soda
Date:		Fri Mar 31 11:44:06 UTC 2000

Modified Files:
	syssrc/sys/arch/arc/include: Makefile

Log Message:
cancel previous change, and add a comment about it.

$INCS variable is introduced by cgd to export kernel headers which
are needed from userland. In other words, $INC should only have
headers for kernel <-> userland programming interface.
Headers for kernel internal implementation should not be exported
to userland.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/arc/include/Makefile

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