Subject: CVS commit: src/sys/arch/evbmips
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 07/13/2006 21:06:18
Module Name:	src
Committed By:	gdamore
Date:		Thu Jul 13 21:06:18 UTC 2006

Modified Files:
	src/sys/arch/evbmips/evbmips: yamon.c
	src/sys/arch/evbmips/include: yamon.h

Log Message:
Revert yamon_getenv() so it returns char *.  While this is suboptimal, it is
the only convenient way to use the returned value with numerous library
routines which have not been altered to properly use constified char *.

This was found to be necessary when I extended yamon to hold a string
describing a video mode for use with my experimental radeonfb.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/evbmips/evbmips/yamon.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbmips/include/yamon.h

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