Subject: CVS commit: src/sys/arch/usermode/include
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 12/29/2007 20:07:23
Module Name:	src
Committed By:	reinoud
Date:		Sat Dec 29 20:07:23 UTC 2007

Modified Files:
	src/sys/arch/usermode/include: ptrace.h vmparam.h

Log Message:
To make NetBSD/userland to boot on i386 choose some defaults in vmparam.h
since for i386 they are defined in page size constants wich NetBSD/userland
doesn't know yet. Also undefine ptrace's __HAVE_PTRACE_MACHDEP since i386
has that but NetBSD/userland not.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/usermode/include/ptrace.h \
    src/sys/arch/usermode/include/vmparam.h

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