[parisc-linux] Re: [parisc-linux-cvs] linux-2.6 carlos

Carlos O'Donell carlos at baldric.uwo.ca
Tue Feb 3 14:53:18 MST 2004


On Tue, Feb 03, 2004 at 02:51:13PM -0700, Carlos O'Donell wrote:
> CVSROOT:	/var/cvs
> Module name:	linux-2.6
> Changes by:	carlos	04/02/03 14:51:13
> 
> Modified files:
> 	include/linux  : compat_siginfo.h 
> 
> Log message:
> Change compat_copy_siginfo_to_user to take the true argument values of the function.
> 
> _______________________________________________
> parisc-linux-cvs mailing list
> parisc-linux-cvs at lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux-cvs

This matches what I've sent upstream to akpm.

Index: include/linux/compat_siginfo.h
===================================================================
RCS file: /var/cvs/linux-2.6/include/linux/compat_siginfo.h,v
retrieving revision 1.2
diff -u -p -r1.2 compat_siginfo.h
--- include/linux/compat_siginfo.h      28 Jan 2004 05:12:46 -0000      1.2
+++ include/linux/compat_siginfo.h      3 Feb 2004 21:50:30 -0000
@@ -11,7 +11,8 @@
 typedef struct compat_siginfo{
 } compat_siginfo_t;
 
-static inline int compat_copy_siginfo_to_user(void *x, unsigned long y)
+static inline int compat_copy_siginfo_to_user(compat_siginfo_t __user *to, 
+                                               struct siginfo *from)
 {
        return -1;
 }



More information about the parisc-linux mailing list