X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fkboot-parser.c;h=2954d89d44c013c500ce634e7ef51bb22a2247c5;hp=5fabc942c0da6492674fbbc8f453c4fe84b41fe2;hb=16ebe978aeced862dd877cfee81ac7604902fd55;hpb=24236269ce5126dfa60af60a925da503a7338c4d diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c index 5fabc94..2954d89 100644 --- a/discover/kboot-parser.c +++ b/discover/kboot-parser.c @@ -6,7 +6,7 @@ #include "log/log.h" #include "talloc/talloc.h" -#include "pb-protocol/pb-protocol.h" +#include "types/types.h" #include "parser-conf.h" #include "parser-utils.h" #include "paths.h" @@ -21,7 +21,7 @@ static void kboot_process_pair(struct conf_context *conf, const char *name, const char *root; struct boot_option *opt; - /* fixup for bare values */ + /* ignore bare values */ if (!name) return;