Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 02/09/2006 08:46:43
Module Name:	src
Committed By:	mrg
Date:		Thu Feb  9 08:46:43 UTC 2006

Modified Files:
	src/dist/iscsi/include: util.h
	src/dist/iscsi/src: disk.c iscsi.c target.c util.c

Log Message:
- use <inttypes.h> and PRIu64 in many places.
- don't try to use the return value of NTOHL().

fixes sparc64 build problems.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/include/util.h
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/src/disk.c \
    src/dist/iscsi/src/iscsi.c src/dist/iscsi/src/target.c \
    src/dist/iscsi/src/util.c

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