• Robert Sprowson's avatar
    Build fixes for cc 5.70 · 1ee70ed1
    Robert Sprowson authored
    The built in headers with cc 5.70 include new non-ANSI defines in <errno.h> which clash with some of the names in TCPIPLibs:sys/errno.h
    This change extends the practice in some of the libs to not include <errno.h> when __unix is not defined (since the symbol for errno is also declared as extern at the top of the TCPIPLibs copy) to avoid the duplication and hence the clash.
    Also, add error text for EAUTH and ENEEDAUTH (text from FreeBSD release 9.0.0 SVN revision 229286) in line with those the Internet module knows about in AUNMsgs.
    Built with cc 5.70, but no runtime testing.
    
    
    Version 5.58. Tagged as 'TCPIPLibs-5_58'
    1ee70ed1
err 5.54 KB