X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fguestfsd.c;h=448f3b4506b91c886e06e27dc5d347c40c4fe515;hb=3a5bd5aba23583e64bfaabc906ca95b0f9d37578;hp=ac8750c1e96b984843cfc6d81bd5d0420e21bda7;hpb=40f7323134e058c0920caa18c667ea99a4c8b3e8;p=libguestfs.git diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index ac8750c..448f3b4 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -103,7 +103,7 @@ winsock_init (void) /* Location to mount root device. */ const char *sysroot = "/sysroot"; /* No trailing slash. */ -int sysroot_len = 8; +size_t sysroot_len = 8; /* If set (the default), do 'umount-all' when performing autosync. */ int autosync_umount = 1;