Subject: CVS commit: src/sys/compat/darwin
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 09/07/2003 08:05:49
Module Name:	src
Committed By:	manu
Date:		Sun Sep  7 08:05:48 UTC 2003

Modified Files:
	src/sys/compat/darwin: darwin_sysctl.c darwin_sysctl.h
Added Files:
	src/sys/compat/darwin: darwin_proc.h

Log Message:
Fix the build by removing machine dependent stuff from darwin_sysctl.h (it
is included by userland build, and it included darwin_machdep.h, which is
unavaillable for most arches)


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/compat/darwin/darwin_proc.h
cvs rdiff -r1.14 -r1.15 src/sys/compat/darwin/darwin_sysctl.c
cvs rdiff -r1.5 -r1.6 src/sys/compat/darwin/darwin_sysctl.h

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