projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
toolchain/gdb: fix compile for powerpc targets, refresh patch
[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
e77b0a7
..
596fe91
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
29,7 +129
,7 @@ int insmod_main(int argc, char **argv) M
+@@ -1
33,7 +133
,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
39,10 +139
,8 @@ int insmod_main(int argc UNUSED_PARAM, c
+@@ -1
43,10 +143
,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)
-@@ -15
3,7 +151
,7 @@ int insmod_main(int argc UNUSED_PARAM, c
+@@ -15
7,7 +155
,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.025977 seconds
and
4
git commands to generate.