Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408552 Details for
Bug 557052
media-libs/svgalib-1.9.25 file structure changes in kernel prevent emerging
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to be applied after other ebuild patches
svgalib_filestruct.patch (text/plain), 834 bytes, created by
Diego Moimas
on 2015-08-08 16:54:52 UTC
(
hide
)
Description:
Patch to be applied after other ebuild patches
Filename:
MIME Type:
Creator:
Diego Moimas
Created:
2015-08-08 16:54:52 UTC
Size:
834 bytes
patch
obsolete
>--- kernel/svgalib_helper/main.c 2015-08-08 18:47:42.000000000 +0200 >+++ kernel/svgalib_helper/main.c 2015-08-08 18:42:36.000000000 +0200 >@@ -170,7 +170,7 @@ > #else > static int svgalib_helper_ioctl(struct file *filp, > unsigned int cmd, unsigned long arg) { >- struct inode *inode=flip->f_dentry->d_inode; >+ struct inode *inode=file_inode(filp); > #endif > > io_t iov, *user_iov=(io_t *)arg; >@@ -586,7 +586,7 @@ > static int svgalib_helper_mmap(struct file *filp, struct vm_area_struct *vma) { > unsigned long start=vma->vm_start; > unsigned long end=vma->vm_end; >- unsigned long minor = my_minor(flip->f_dentry->d_inode->i_rdev); >+ unsigned long minor = my_minor(file_inode(filp)->i_rdev); > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,0) > unsigned long ofs=vma->vm_pgoff*PAGE_SIZE; > #else
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 557052
: 408552