Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201066 Details for
Bug 277046
media-video/qc-usb-0.6.6-r2 fails to compile: 'struct proc_dir_entry' has no member named 'owner'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
2.6.30 build fix
qc-usb-0.6.6-kcompat-2.6.30.patch (text/plain), 566 bytes, created by
Matt Lawrence
on 2009-08-12 18:17:45 UTC
(
hide
)
Description:
2.6.30 build fix
Filename:
MIME Type:
Creator:
Matt Lawrence
Created:
2009-08-12 18:17:45 UTC
Size:
566 bytes
patch
obsolete
>--- old/qc-driver.c 2009-08-12 18:34:45.000000000 +0100 >+++ qc-driver.c 2009-08-12 18:38:05.000000000 +0100 >@@ -1000,7 +1000,9 @@ > PRINTK(KERN_WARNING,"Could not register procfs file entry"); > return -ENXIO; > } >+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) > entry->owner = THIS_MODULE; >+#endif > entry->data = qc; > entry->read_proc = qc_proc_read; > entry->write_proc = qc_proc_write; >@@ -1038,7 +1040,9 @@ > return -ENXIO; > } > } >+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) > qc_proc_entry->owner = THIS_MODULE; >+#endif > return 0; > } > /* }}} */
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 277046
: 201066 |
201067
|
203946