]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t5-PPC-fix.patch
- [sparc32] grsec disabled.
[packages/kernel.git] / 2.6.0-t5-PPC-fix.patch
CommitLineData
12f2d15d 1diff -Nur linux-2.6.0-test5.old/drivers/video/aty/aty128fb.c linux-2.6.0-test5/drivers/video/aty/aty128fb.c
2--- linux-2.6.0-test5.old/drivers/video/aty/aty128fb.c Mon Sep 8 19:50:04 2003
3+++ linux-2.6.0-test5/drivers/video/aty/aty128fb.c Fri Sep 12 09:59:55 2003
4@@ -2041,9 +2041,9 @@
5 #define ATY_MIRROR_CRT_ON 0x00000002
6
7 /* out param: u32* backlight value: 0 to 15 */
8-#define FBIO_ATY128_GET_MIRROR _IOR('@', 1, sizeof(__u32*))
9+#define FBIO_ATY128_GET_MIRROR _IOR('@', 1, long)
10 /* in param: u32* backlight value: 0 to 15 */
11-#define FBIO_ATY128_SET_MIRROR _IOW('@', 2, sizeof(__u32*))
12+#define FBIO_ATY128_SET_MIRROR _IOW('@', 2, long)
13
14 static int aty128fb_ioctl(struct inode *inode, struct file *file, u_int cmd,
15 u_long arg, struct fb_info *info)
This page took 0.059274 seconds and 4 git commands to generate.