]> git.pld-linux.org Git - packages/kernel.git/blob - linux-abi-put_user.patch
- added description of djurban's branch
[packages/kernel.git] / linux-abi-put_user.patch
1 --- linux-2.4.19/abi/svr4/sysi86.c~     Mon Aug 12 23:12:58 2002
2 +++ linux-2.4.19/abi/svr4/sysi86.c      Tue Aug 20 03:49:39 2002
3 @@ -129,7 +129,7 @@
4                  * least. For now let's lie...
5                  * (actually SCO Unix 3.4 gives me -1...)
6                  */
7 -               return put_user(FP_387, arg1);
8 +               return put_user(FP_387, (unsigned long *)arg1);
9         case STIME:
10                 /*
11                  * Set the system time. The argument is a long,
This page took 0.161421 seconds and 3 git commands to generate.