• src/doors/clans-src/src/unix_wrappers.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Oct 15 09:08:29 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8b6a71df37d2c7e44d7dede0
    Modified Files:
    src/doors/clans-src/src/unix_wrappers.c
    Log Message:
    Whoops, missed one.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Oct 28 15:02:07 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/456c51f817f5bb3bb23915cf
    Modified Files:
    src/doors/clans-src/src/unix_wrappers.c
    Log Message:
    Mangle share modes to match POSIX

    We can't get an exclusive lock on files that aren't opened for write,
    and we can't get a shared lock on files that aren't opened for read.

    If one of the above is in effect, switch SH_DENYWR/SH_DENYRW so it's
    possible.

    Since this isn't multinode, all these share modes really accomplish
    is allowing the program to hang, but I'm leaving the locks in for now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net