7907770a3f
Without the chnage the build fails as https://hydra.nixos.org/build/318062477: mtpfs.c:1302:16: error: initialization of 'int (*)(const char *, mode_t)' {aka 'int (*)(const char *, unsigned int)'} from incompatible pointer type 'int (*)(void)' [-Wincompatible-pointer-types] 1302 | .chmod = mtpfs_blank, | ^~~~~~~~~~~