summaryrefslogtreecommitdiffstats
path: root/package/hotplug2/patches/170-non_fatal_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/hotplug2/patches/170-non_fatal_include.patch')
-rw-r--r--package/hotplug2/patches/170-non_fatal_include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/hotplug2/patches/170-non_fatal_include.patch b/package/hotplug2/patches/170-non_fatal_include.patch
new file mode 100644
index 000000000..672746c6d
--- /dev/null
+++ b/package/hotplug2/patches/170-non_fatal_include.patch
@@ -0,0 +1,11 @@
+--- a/parser/parser.c
++++ b/parser/parser.c
+@@ -578,7 +578,7 @@ int parser_file(const char *filename, st
+ ctx.lexer.fp = fopen(filename, "r");
+ if (ctx.lexer.fp == NULL) {
+ parser_clear(&ctx);
+- return -1;
++ return 0;
+ }
+ ctx.lexer.filename = strdup(filename);
+