Removed the HAVE_STRERROR directive and our replacement strerror() function for ...
authorArt Cancro <ajc@citadel.org>
Sat, 23 Apr 2016 15:30:19 +0000 (11:30 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 23 Apr 2016 15:30:19 +0000 (11:30 -0400)
commit70fd496ad8e664e1d0033a1ae4d24fdf43541b6d
tree02307da811d4ead05ebb376483343dce5c84d0b9
parent881943c83c4a61d311619860c01f55e894a87333
Removed the HAVE_STRERROR directive and our replacement strerror() function for 'systems which don't have strerror()'.  Seriously, people, it's 2016 and *every* system has strerror.  Linux has it.  FreeBSD has it.  Mac OS has it.  Even the vaguely unix-like OpenBSD has it.  Maybe this was put in to support Tru64 or some other long-gone extinct unix, but at this point there is no longer any point in duplicating functionality which we can confidently guarantee will be in the standard C library of any usable operating system.
citadel/support.c
citadel/utils/msgform.c
textclient/src/routines.c