Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 400788 Details for
Bug 545748
sys-kernel/gentoo-sources media/rc/rc-main.c fails to load rc-keymaps b/c wrong #ifdef
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
better patch (same source change, renamed to original/ and modified/)
drivers_media_rc_rc-main.c.patch (text/plain), 335 bytes, created by
Mark Dominik Bürkle
on 2015-04-07 22:19:34 UTC
(
hide
)
Description:
better patch (same source change, renamed to original/ and modified/)
Filename:
MIME Type:
Creator:
Mark Dominik Bürkle
Created:
2015-04-07 22:19:34 UTC
Size:
335 bytes
patch
obsolete
>--- original/drivers/media/rc/rc-main.c 2015-04-06 10:54:29.163513906 +0200 >+++ modified/drivers/media/rc/rc-main.c 2015-04-06 10:55:52.103614121 +0200 >@@ -60,7 +60,7 @@ > struct rc_map_list *map; > > map = seek_rc_map(name); >-#ifdef MODULE >+#ifdef CONFIG_MODULES > if (!map) { > int rc = request_module("%s", name); > if (rc < 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 545748
:
400704
| 400788