Subj : src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp sbbs_status.c services.c websr To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Feb 18 2021 12:37 am https://gitlab.synchro.net/main/sbbs/-/commit/fae9acc0de20da308bec65e8 Modified Files: src/sbbs3/ftpsrvr.c mailsrvr.c main.cpp sbbs_status.c services.c websrvr.c src/xpdev/threadwrap.c threadwrap.h Log Message: Use stdatomic for protected int's on Linux too (not just FreeBSD) Deal with the resulting warnings (using (void)). Deal with the incorrect integer to protected_int* assignment in services.c (just don't support server.clients property reading in service scripts). Also, the strcpy()->SAFECOPY() change in ftpsrvr.c was wrong, caught by GCC warning - oops. .