[Bug 75] Error compiling in ssh-agent.c

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jan 23 17:16:09 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=75





------- Additional Comments From djm at mindrot.org  2002-01-23 17:16 -------
AFAIK atexit() should only take one arg. It looks like configure might not be
finding your libc atexit() and is using the compat macro in defines.h. What does
configure report when it looks for atexit()?

Ben, the compat macro looks wrong too. It is currently defined as:

# define atexit(a, NULL) on_exit(a, NULL)

shouldn't it be:

# define atexit(a) on_exit(a, NULL)

??






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list