Subj : src/sbbs3/ftpsrvr.c jsexec.c src/smblib/smballoc.c smbfile.c smblib.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Mon Jun 26 2023 12:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/0eeca4710faeebc0eb6826c6 Modified Files: src/sbbs3/ftpsrvr.c jsexec.c src/smblib/smballoc.c smbfile.c smblib.c src/xpdev/genwrap.h Log Message: Eliminate STRERROR macro This macro hasn't done anything meaningful since we stopped using really old versions of Borland compilers (and std libraries) where strerror() returned a string terminated with a line-feed (\n) character. .