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: 04/17/1996 22:20:03
cgd
Wed Apr 17 22:14:50 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16688
Modified Files:
Makefile
Log Message:
don't get rid of the -D_KERNEL in KERNCPPFLAGS
cgd
Wed Apr 17 22:19:09 EDT 1996
Update of /a/cvsroot/src/sys/lib/libkern/arch/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv16737
Modified Files:
memset.c
Log Message:
don't include user-land headers in libkern files when compiling for
the kernel. memset.c does not belong here. it either belongs in
the MI libkern directory, or does not belong in libkern at all.