Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: open-vm-tools



On Thu, 20 Apr 2023 at 23:21, Mark Davies <mark%ecs.vuw.ac.nz@localhost> wrote:
>
> On 20/04/23 11:48, Mark Davies wrote:
> > Is this a bug in open-vm-tools or 10.0_BETA or something else?
> >
> > suggestions please.
>
> And the answer appears to be bug in 10.0_BETA's fuse.h
>
> following patch fixes.
>
> --- /usr/include/fuse.h.save    2022-01-22 21:09:39.000000000 +1300
> +++ /usr/include/fuse.h 2023-04-21 10:10:44.106794147 +1200
> @@ -637,7 +637,7 @@
>   #             define fuse_parse_cmdline       fuse_parse_cmdline_v30
>
>   /* ===== FUSE 3.4 ===== */
> -#      elif FUSE_USE_VERSION >= 34
> +#      elif FUSE_USE_VERSION == 34
>                 /* Types */
>   #             define _FUSE_OP_VERSION__       34
>   #             define fuse_fill_dir_t          fuse_fill_dir_t_v30

Thank Mark - fixed in -current and pullup sent for -10

David


Home | Main Index | Thread Index | Old Index