Subject: CVS commit: src/sys/arch/dreamcast/dev/maple
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/19/2005 15:40:16
Module Name:	src
Committed By:	tsutsui
Date:		Sat Feb 19 15:40:16 UTC 2005

Modified Files:
	src/sys/arch/dreamcast/dev/maple: maple.c mlcd.c mmemcard.c

Log Message:
- u_intNN_t -> uintNN_t
- ANSI function decls
- ntohl -> be32toh, htonl -> htobe32, htons -> htobe16
- bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
- some KNF


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/dreamcast/dev/maple/maple.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/dreamcast/dev/maple/mlcd.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/dreamcast/dev/maple/mmemcard.c

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