Subject: CVS commit: src/sys/arch/amd64/amd64
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 11/13/2005 00:14:57
Module Name:	src
Committed By:	riz
Date:		Sun Nov 13 00:14:57 UTC 2005

Modified Files:
	src/sys/arch/amd64/amd64: syscall.c

Log Message:
syscall_fancy() is only used if either KTRACE or SYSTRACE is defined,
so only compile it if one or the other is defined.  An amd64 INSTALL
kernel now compiles again.  :)

Approved by matt@ .


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/amd64/amd64/syscall.c

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