Subject: CVS commit: src/sys/arch/atari/dev
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/06/2007 14:15:13
Module Name:	src
Committed By:	tsutsui
Date:		Tue Mar  6 14:15:13 UTC 2007

Modified Files:
	src/sys/arch/atari/dev: md_root.c

Log Message:
- change pointers which actually required caddr_t to calculate address
  from (void *) to (char *)
- add (char *) cast to appease -Wpointer-arith


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/arch/atari/dev/md_root.c

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