Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/dreamcast/dev/maple



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.




Home | Main Index | Thread Index | Old Index