[POWERPC] Make xmon_write accept a const buffer
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>
Wed, 18 Jul 2007 09:30:29 +0000 (19:30 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 11:30:58 +0000 (21:30 +1000)
Because xmon_write doesn't change the buffer, we should add 'const'
qualifier to the argument which points it.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found