1 Index: hotplug2-201/parser/parser.c
2 ===================================================================
3 --- hotplug2-201.orig/parser/parser.c 2009-12-09 19:44:13.000000000 +0100
4 +++ hotplug2-201/parser/parser.c 2011-02-08 18:06:44.681213713 +0100
12 * input => directive // TOKEN_ROOTKW
14 ctx.lexer.fp = fopen(filename, "r");
15 if (ctx.lexer.fp == NULL) {
18 + return (errno == ENOENT) ? 0 : -1;
20 ctx.lexer.filename = strdup(filename);