Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/25/2005 13:55:14
Module Name:	src
Committed By:	simonb
Date:		Fri Nov 25 13:55:14 UTC 2005

Modified Files:
	src/sys/arch/evbmips/malta: malta_intr.c
	src/sys/arch/evbmips/malta/pci: pchb.c
	src/sys/arch/mips/alchemy: au_timer.c

Log Message:
Include <sys/systm.h> if we use printf(), instead of relying on some
other random header pulling <sys/systm.h> in for us.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/evbmips/malta/malta_intr.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/evbmips/malta/pci/pchb.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/alchemy/au_timer.c

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