Files
Sergei Trofimovich 7907770a3f mtpfs: 1.1 -> 0-unstable-2024-12-10 (gcc-15 build fix)
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,
          |                ^~~~~~~~~~~
2026-01-30 21:48:05 +00:00
..