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

mouring at etoh.eviladmin.org mouring at etoh.eviladmin.org
Wed Jan 23 17:34:41 EST 2002


Ermmm.. bugzilla does not like return emails.=)

---------- Forwarded message ----------
Date: Wed, 23 Jan 2002 00:25:05 -0600 (CST)
From: mouring at etoh.eviladmin.org
To: bugzilla-daemon at mindrot.org
Subject: Re: [Bug 75] Error compiling in ssh-agent.c


> ------- 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)
>
Ermm.. Why did I change that:

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

Hmm..only Hints I see is I was doing SonyOS merging at that time.  I'll
revert out.. and if breaks SonyOS then we will handle it as a special case
for them.

- Ben





More information about the openssh-unix-dev mailing list