Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 06/07/2005 12:14:13
Module Name:	src
Committed By:	jmmv
Date:		Tue Jun  7 12:14:13 UTC 2005

Modified Files:
	src/sys/arch/macppc/dev: pm_direct.c

Log Message:
Constify char* arguments to pm_printerr.  Fixes the build when ADB_DEBUG
is set.

Note that only the first argument needed to be constified to solve the issue,
but given the usage of the arguments in the function, it's worth to constify
all of them.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/arch/macppc/dev/pm_direct.c

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