projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add missing symbols
[openwrt.git]
/
package
/
hotplug2
/
patches
/
100-env_memleak.patch
diff --git
a/package/hotplug2/patches/100-env_memleak.patch
b/package/hotplug2/patches/100-env_memleak.patch
index
31f4040
..
28a3e25
100644
(file)
--- a/
package/hotplug2/patches/100-env_memleak.patch
+++ b/
package/hotplug2/patches/100-env_memleak.patch
@@
-1,7
+1,6
@@
-diff -Naur a/action.c b/action.c
---- a/action.c 2009-11-18 13:15:21.000000000 +0000
-+++ b/action.c 2009-11-18 13:11:19.000000000 +0000
-@@ -31,6 +31,30 @@
+--- a/action.c
++++ b/action.c
+@@ -31,6 +31,30 @@ static void action_dumb(const struct set
}
/**
}
/**
@@
-32,7
+31,7
@@
diff -Naur a/action.c b/action.c
* Choose what action should be taken according to passed settings.
*
* @1 Hotplug settings
* Choose what action should be taken according to passed settings.
*
* @1 Hotplug settings
-@@ -41,16 +65,25 @@
+@@ -41,16 +65,25 @@
static void action_dumb(const struct set
*/
void action_perform(struct settings_t *settings, struct uevent_t *event) {
int i;
*/
void action_perform(struct settings_t *settings, struct uevent_t *event) {
int i;
This page took
0.022292 seconds
and
4
git commands to generate.