Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/22/2006 16:28:27
Module Name: src
Committed By: drochner
Date: Mon May 22 16:28:27 UTC 2006
Modified Files:
src/sys/sys: bswap.h
Log Message:
make sure bswap64() returns an uint64_t, not an unsigned long long,
which is incompatible for gcc4 on alpha at least
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/sys/bswap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.