]> git.pld-linux.org Git - packages/kernel.git/blame - linux-abi-put_user.patch
Don't register empty sysctl dirs in /proc/sys.
[packages/kernel.git] / linux-abi-put_user.patch
CommitLineData
0eed40db
JR
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.163194 seconds and 4 git commands to generate.