Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434918 Details for
Bug 583726
media-libs/svgalib-1.9.25-r5 compile failure with kernel 4.6.0: error: initialization from incompatible pointer type
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
linux-4.6.0.patch
linux-4.6.0.patch (text/plain), 646 bytes, created by
Ed Catmur
on 2016-05-21 21:58:18 UTC
(
hide
)
Description:
linux-4.6.0.patch
Filename:
MIME Type:
Creator:
Ed Catmur
Created:
2016-05-21 21:58:18 UTC
Size:
646 bytes
patch
obsolete
>diff --git a/kernel/svgalib_helper/main.c b/kernel/svgalib_helper/main.c >index 6507c3f..949d8b6 100644 >--- a/kernel/svgalib_helper/main.c >+++ b/kernel/svgalib_helper/main.c >@@ -168,7 +168,7 @@ static void task_startad(void *data) { > static int svgalib_helper_ioctl( struct inode *inode, struct file *filp, > unsigned int cmd, unsigned long arg) { > #else >-static int svgalib_helper_ioctl(struct file *filp, >+static long svgalib_helper_ioctl(struct file *filp, > unsigned int cmd, unsigned long arg) { > #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) > struct inode *inode=file_inode(filp);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 583726
:
434918
|
434920