Switch to side-by-side view
--- a/src/utils/netcon.cpp +++ b/src/utils/netcon.cpp @@ -72,10 +72,11 @@ static const int one = 1; static const int zero = 0; +#ifndef LOGSYSERR #define LOGSYSERR(who, call, spar) \ LOGERR(who << ": " << call << "(" << spar << ") errno " << \ errno << " (" << strerror(errno) << ")\n") - +#endif #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) #endif