• src/odoors/ODSpawn.c OpenDoor.h

    From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 09:59:15
    https://gitlab.synchro.net/main/sbbs/-/commit/26e8cc38168f4cc6966808a8
    Modified Files:
    src/odoors/ODSpawn.c OpenDoor.h
    Log Message:
    See if we can get away with char *const * instead of const char *const *

    To make Alpine happy (and to make more sense)

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 10:19:19
    https://gitlab.synchro.net/main/sbbs/-/commit/be1d1ff64eb023b4a35ff9ea
    Modified Files:
    src/odoors/ODSpawn.c OpenDoor.h
    Log Message:
    Ok, match Windows, and cast away the const for *nix

    This is fine.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 13:31:37
    https://gitlab.synchro.net/main/sbbs/-/commit/21f0af38682dfc470c11c8fe
    Modified Files:
    src/odoors/ODSpawn.c OpenDoor.h
    Log Message:
    Always use P_WAIT/P_NOWAIT from Windows headers

    This define/undef dance is a terrible idea, and it seems that the
    values in OpenDoors.h (which will get passed through to Windows)
    don't actually match the values in the headers.

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