Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux/arch/powerpc
Module Name: src
Committed By: pooka
Date: Sun Aug 11 12:23:02 UTC 2013
Modified Files:
src/sys/compat/linux/arch/powerpc: syscalls.master
Log Message:
Use long instead of int for ptrace addr. This makes things compile
better on powerpc64 with a compiler which warns about int-to-pointer
casts.
XXX: sys/ptrace.h on Linux says that the addr parameter is a "void *".
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/linux/arch/powerpc/syscalls.master
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