• src/xpdev/wraptest.c

    From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Jan 18 09:20:19 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7eb100eb5dc82aacbc3093cb
    Modified Files:
    src/xpdev/wraptest.c
    Log Message:
    Ensure recursive rdlock()s don't deadlock.
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Jan 18 16:34:56 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c1b24f7fec457daff8b8bb5b
    Modified Files:
    src/xpdev/wraptest.c
    Log Message:
    Add test to end of rwlock
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Sat Dec 28 20:45:04 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9d45966174dd679cac9d82da
    Modified Files:
    src/xpdev/wraptest.c
    Log Message:
    Resolve Clang/Darwin warnings
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Jul 17 21:23:33 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/47a0df40db3fe2736be1e436
    Modified Files:
    src/xpdev/wraptest.c
    Log Message:
    xpdev: fix the wraptest build -- include os_info.h for os_version()

    wraptest.c called os_version() without a declaration in scope: the
    function moved from genwrap.h (which wraptest includes) to os_info.h
    (which it did not), so under -Werror the implicit declaration made
    "make tests" fail to build wraptest at all. Add the missing include.

    os_version() itself is fine -- os_info.c defines it and sexyz.c uses it correctly; only wraptest had gone stale.

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net