• Robert Sprowson's avatar
    Build fixes for cc 5.70 · 8fb5cc3a
    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 disc based utils 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.
    Built with cc 5.70, but no runtime testing.
    
    Version 5.51. Tagged as 'Internet-5_51'
    8fb5cc3a
defs 13.1 KB