projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rt2800pci: add back ifdown hang workaround that was accidentally dropped during a...
[openwrt.git]
/
package
/
busybox
/
patches
/
910-insmod-q-flag.patch
diff --git
a/package/busybox/patches/910-insmod-q-flag.patch
b/package/busybox/patches/910-insmod-q-flag.patch
index
846b3df
..
e77b0a7
100644
(file)
--- a/
package/busybox/patches/910-insmod-q-flag.patch
+++ b/
package/busybox/patches/910-insmod-q-flag.patch
@@
-1,6
+1,6
@@
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
-@@ -1
07,7 +107
,7 @@ int insmod_main(int argc, char **argv) M
+@@ -1
29,7 +129
,7 @@ int insmod_main(int argc, char **argv) M
int insmod_main(int argc UNUSED_PARAM, char **argv)
{
char *filename;
int insmod_main(int argc UNUSED_PARAM, char **argv)
{
char *filename;
@@
-9,7
+9,7
@@
/* Compat note:
* 2.6 style insmod has no options and required filename
/* Compat note:
* 2.6 style insmod has no options and required filename
-@@ -1
17,10 +117
,8 @@ int insmod_main(int argc UNUSED_PARAM, c
+@@ -1
39,10 +139
,8 @@ int insmod_main(int argc UNUSED_PARAM, c
* or in $MODPATH.
*/
* or in $MODPATH.
*/
@@
-22,7
+22,7
@@
filename = *++argv;
if (!filename)
filename = *++argv;
if (!filename)
-@@ -1
31,7 +129
,7 @@ int insmod_main(int argc UNUSED_PARAM, c
+@@ -1
53,7 +151
,7 @@ int insmod_main(int argc UNUSED_PARAM, c
goto done;
rc = bb_init_module(g_filename, parse_cmdline_module_options(argv));
goto done;
rc = bb_init_module(g_filename, parse_cmdline_module_options(argv));
This page took
0.022346 seconds
and
4
git commands to generate.