Re: [PATCH] Compat signal fixes for 64-bit parisc.
Kyle McMartin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 12, 2007 at 09:14:28PM -0500, Carlos O'Donell wrote: > + addr = (unsigned int)((u64)from->si_addr & > 0xffffffffUL); I think this could be ptr_to_compat() here? Cheers, Kyle