diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:28:25 +0000 |
commit | 3b57cccb71a77546abfcae7cff911d4cf65cdda1 (patch) | |
tree | 360369abbf13818ad9645ccd7092dc41b71643fe /package/hotplug2/patches/100-env_memleak.patch | |
parent | eb605bec7bbfd5893523c200212c676f187cd83b (diff) | |
download | upstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.tar.gz upstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.tar.bz2 upstream-3b57cccb71a77546abfcae7cff911d4cf65cdda1.zip |
package/hotplug2: refresh patches
SVN-Revision: 20462
Diffstat (limited to 'package/hotplug2/patches/100-env_memleak.patch')
-rw-r--r-- | package/hotplug2/patches/100-env_memleak.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/hotplug2/patches/100-env_memleak.patch b/package/hotplug2/patches/100-env_memleak.patch index 31f404029e..28a3e2510f 100644 --- 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 -@@ -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; |