X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finspect.c;h=12cecfa839e2c83bef1725794588ff69938bdc57;hb=da66e55fad2aafe2bf2ba9ebc4824893a27058b2;hp=e7b1e41375bd1a0df5c41448001670413b64cf10;hpb=f0c28b391c2ca6d8be4b7b7313042a6b3eb4dc8c;p=libguestfs.git diff --git a/src/inspect.c b/src/inspect.c index e7b1e41..12cecfa 100644 --- a/src/inspect.c +++ b/src/inspect.c @@ -29,7 +29,6 @@ #include #include #include -#include #include "c-ctype.h" #include "ignore-value.h" @@ -46,7 +45,6 @@ * simultaneously. */ static pcre *re_file_elf; -static pcre *re_file_win64; static pcre *re_elf_ppc64; static pcre *re_fedora; static pcre *re_rhel_old; @@ -95,7 +93,6 @@ static void free_regexps (void) { pcre_free (re_file_elf); - pcre_free (re_file_win64); pcre_free (re_elf_ppc64); pcre_free (re_fedora); pcre_free (re_rhel_old); @@ -858,7 +855,7 @@ check_linux_root (guestfs_h *g, struct inspect_fs *fs) * are mounted. * XXX What if !feature_available (g, "augeas")? */ - if (guestfs_aug_init (g, "/", AUG_NO_LOAD|AUG_SAVE_NOOP) == -1) + if (guestfs_aug_init (g, "/", 16|32) == -1) return -1; /* Tell Augeas to only load /etc/fstab (thanks Raphaël Pinson). */