• src/sbbs3/nopen.c nopen.h

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Nov 15 18:29:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f40329f78df88256208d7181
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Add fmutex_open() for cases where you want to keep the mutex file open
    --- SBBSecho 3.22-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Fri Nov 15 22:17:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6d424f3a3bf926e17ce3f8a3
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Add fmutex_close() method to atomically remove the mutex file on Win32

    The 'atomic_remove' argument isn't used in non-Windows builds since we can remove() before close() on non-Windows OSes already.
    --- SBBSecho 3.22-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)