* pluknet <pluknet_at_gmail.com> wrote: > I don't see any attached patches :/ It looks like Mailman ate my attachment. Please apply this patch: %%% --- fuse_module/fuse_dev.c +++ fuse_module/fuse_dev.c _at__at_ -52,8 +52,13 _at__at_ .d_read = fusedev_read, .d_write = fusedev_write, .d_version = D_VERSION, +#ifndef D_NEEDMINOR +#define D_NEEDMINOR 0 +#endif #if ! DO_GIANT_MANUALLY - .d_flags = D_NEEDGIANT, + .d_flags = D_NEEDMINOR|D_NEEDGIANT, +#else + .d_flags = D_NEEDMINOR, #endif }; %%% -- Ed Schouten <ed_at_80386.nl> WWW: http://80386.nl/
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:32 UTC