Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179993 Details for
Bug 256669
net-wireless/madwifi-ng-0.9.4-r1 - madwifi-0.9.4/net80211/ieee80211_linux.c:338: error: format not a string literal and no format arguments
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for request_module("%s", modname)
madwifi-ng-string-literal.patch (text/plain), 500 bytes, created by
cilly
on 2009-01-28 18:52:33 UTC
(
hide
)
Description:
patch for request_module("%s", modname)
Filename:
MIME Type:
Creator:
cilly
Created:
2009-01-28 18:52:33 UTC
Size:
500 bytes
patch
obsolete
>diff -burN madwifi-0.9.4.orig/net80211/ieee80211_linux.c madwifi-0.9.4/net80211/ieee80211_linux.c >--- madwifi-0.9.4.orig/net80211/ieee80211_linux.c 2007-12-13 04:53:42.000000000 +0100 >+++ madwifi-0.9.4/net80211/ieee80211_linux.c 2009-01-27 19:51:54.000000000 +0100 >@@ -335,7 +335,7 @@ > { > #ifdef CONFIG_KMOD > int rv; >- rv = request_module(modname); >+ rv = request_module("%s", modname); > if (rv < 0) > printk(KERN_ERR "failed to automatically load module: %s; " \ > "errno: %d\n", modname, rv);
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 256669
: 179993 |
179994