X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fext2.c;h=5ccbc9da11a5a69df6b546938d18cd337b9ff936;hb=e494a59921456d854a070612dad3e7c1e83f30a1;hp=b7ce627e33857d58e95b552120e0c5e6b6a85a3e;hpb=52f9cd4882135910ea06e1e50ac6441d455c9ab1;p=libguestfs.git diff --git a/daemon/ext2.c b/daemon/ext2.c index b7ce627..5ccbc9d 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "c-ctype.h" #include "actions.h" @@ -39,7 +39,7 @@ * We specify e4fsprogs in the package list to ensure it is loaded * if it exists. */ -static int +int e2prog (char *name) { char *p = strstr (name, "e2");