• src/syncterm/conn.c conn.h

    From deuce@VERT to CVS commit on Friday, February 27, 2015 02:44:47
    src/syncterm conn.c 1.73 1.74 conn.h 1.24 1.25
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv5643

    Modified Files:
    conn.c conn.h
    Log Message:
    Fix various warnings by using the void * as the buffer pointer type and
    casting to the preferred type inside the function.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Wednesday, February 21, 2024 07:24:12
    https://gitlab.synchro.net/main/sbbs/-/commit/1406db12f796a8dc0c02d29a
    Modified Files:
    src/syncterm/conn.c conn.h
    Log Message:
    It appears that in Win64, SOCKET is a long long.

    No more using the standard int type and having it work.
    Thanks Microsoft.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¨@VERT to Git commit to main/sbbs/master on Saturday, October 19, 2024 08:10:30
    https://gitlab.synchro.net/main/sbbs/-/commit/db6ab93b9eda3331b2a0e077
    Modified Files:
    src/syncterm/conn.c conn.h
    Log Message:
    Fix warning on 64-bit Windows where a socket isn't an int.

    Le sigh for the socket API.

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