git: amd64 - mpt(4) should use {,u}int32_t for S32/U32 or else it uses {,un}signed long type which is of 64bits on 64-bit platforms.
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Sun Oct 4 21:02:06 PDT 2009
commit aaa82ca4882e0123077984e0c230d31d14f960cd
Author: YONETANI Tomokazu <y0netan1 at dragonflybsd.org>
Date: Mon Oct 5 10:04:20 2009 +0900
amd64 - mpt(4) should use {,u}int32_t for S32/U32
or else it uses {,un}signed long type which is of 64bits on 64-bit platforms.
Summary of changes:
sys/dev/disk/mpt/mpilib/mpi_type.h | 2 +-
sys/dev/disk/mpt/mpt.c | 2 +-
sys/dev/disk/mpt/mpt_debug.c | 18 +++++++++---------
3 files changed, 11 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aaa82ca4882e0123077984e0c230d31d14f960cd
--
DragonFly BSD source repository
More information about the Commits
mailing list