X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffind.c;h=626017d17515da8706b885e9829483795e728cb9;hp=391b87bb889a69598645c2ee96228d2478ac3362;hb=095433f7b0b0a387268eb1a79c897d97092a9500;hpb=688bdc1a068a6c0bea58addd04d5bbe6dc1940c4 diff --git a/daemon/find.c b/daemon/find.c index 391b87b..626017d 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" @@ -114,7 +114,7 @@ do_find (const char *dir) } } if (pclose (fp) != 0) { - reply_with_perror ("pclose: find"); + reply_with_perror ("pclose"); free_stringslen (res, size); return NULL; }