Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index