Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 583726 | Differences between
and this patch

Collapse All | Expand All

(-)a/kernel/svgalib_helper/main.c (-1 / +1 lines)
Lines 168-174 static void task_startad(void *data) { Link Here
168
static int svgalib_helper_ioctl( struct inode *inode, struct file *filp, 
168
static int svgalib_helper_ioctl( struct inode *inode, struct file *filp, 
169
                          unsigned int cmd, unsigned long arg) {
169
                          unsigned int cmd, unsigned long arg) {
170
#else
170
#else
171
static int svgalib_helper_ioctl(struct file *filp, 
171
static long svgalib_helper_ioctl(struct file *filp, 
172
                          unsigned int cmd, unsigned long arg) {
172
                          unsigned int cmd, unsigned long arg) {
173
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) 
173
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) 
174
    struct inode *inode=file_inode(filp);
174
    struct inode *inode=file_inode(filp);

Return to bug 583726