Displaying 1 result from an estimated 1 matches for "ssh_log".
Did you mean:
sch_log
2003 Feb 04
0
[Bug 484] New: name space collision - log function
...described in log.h) causes a name space collision with the
math library function log(3m). If any library that is linked with ssh (or any
component) should happen to call the math library log() function, problems will
arise.
For my own temporary workaround, I changed the name in log.h from log() to
ssh_log() and added this statement at the end of log.h:
#define log ssh_log
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.