Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/31/2002 04:40:42
Module Name:	syssrc
Committed By:	christos
Date:		Thu Oct 31 02:40:42 UTC 2002

Modified Files:
	syssrc/sys/kern: exec_macho.c

Log Message:
XXX: be32toh on powerpc does not cast to int32_t so passing u_long to
be32toh produces an unsigned long result, causing a printf argument
mismatch. This is the wrong fix, but I am not going to change the
powerpc macros; fix the powerpc macros and revert my change.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/kern/exec_macho.c

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