aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2-old/patches/110-parser_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-11 01:20:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-11 01:20:55 +0000
commit19ccf0862881c523da6ee72a388a07644f1bbcd8 (patch)
tree3a994158e29532d02b5c566560a798e05c5298be /package/hotplug2-old/patches/110-parser_fixes.patch
parentec07b537ee8c35070d1354722bf4932f81a36dd7 (diff)
downloadupstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.tar.gz
upstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.tar.bz2
upstream-19ccf0862881c523da6ee72a388a07644f1bbcd8.zip
remove hotplug2-old
SVN-Revision: 16769
Diffstat (limited to 'package/hotplug2-old/patches/110-parser_fixes.patch')
-rw-r--r--package/hotplug2-old/patches/110-parser_fixes.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/hotplug2-old/patches/110-parser_fixes.patch b/package/hotplug2-old/patches/110-parser_fixes.patch
deleted file mode 100644
index 0605ddd315..0000000000
--- a/package/hotplug2-old/patches/110-parser_fixes.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: hotplug2-0.9/rules.c
-===================================================================
---- hotplug2-0.9.orig/rules.c 2007-07-18 09:15:38.968308540 +0200
-+++ hotplug2-0.9/rules.c 2007-07-18 09:18:52.135316499 +0200
-@@ -756,6 +756,7 @@
- ERROR("rules parse","Unable to parse rules file.");
- return -1;
- }
-+ *return_rules = rules;
-
- unmap_file(&filemap);
-
-@@ -997,7 +998,8 @@
-
- if (!terminate) {
- /* A little bit hacky cleanup */
-- return_rules->rules_c--;
-+ if (!nested)
-+ return_rules->rules_c--;
- return return_rules;
- } else {
- /*