]> git.ozlabs.org Git - petitboot/blobdiff - discover/kboot-parser.c
lib/types: Create common file for type definitions
[petitboot] / discover / kboot-parser.c
index 5fabc942c0da6492674fbbc8f453c4fe84b41fe2..2954d89d44c013c500ce634e7ef51bb22a2247c5 100644 (file)
@@ -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;