Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/17/2006 16:30:00
Module Name:	src
Committed By:	thorpej
Date:		Mon Apr 17 16:30:00 UTC 2006

Modified Files:
	src/dist/iscsi/include: compat.h config.h config.h.in
	src/dist/iscsi/src: configure configure.ac

Log Message:
Check for <libkern/OSByteOrder.h>.  If it exists, use it to get the
OSSwapBigToHostInt64() definition for HTOBE64().  This now builds on
Mac OS X 10.4.6.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/iscsi/include/compat.h \
    src/dist/iscsi/include/config.h.in
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/include/config.h
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/configure \
    src/dist/iscsi/src/configure.ac

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