Displaying 2 results from an estimated 2 matches for "sonyos".
Did you mean:
sony's
2002 Jan 23
1
[Bug 75] Error compiling in ssh-agent.c (fwd)
...ntly 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
2003 Sep 22
1
openssh on NeXTstep
Hi all,
I've been running OpenSSH portable on NeXTstep 3.3 since version
2.5.something with no/little problems. 3.7.1p1 still compiles fine but
sshd hangs at startup. I've tried to debug it but when stepping through
sshd using gdb it segfaults in mysignal in bsd-misc.c instead of hanging.
Before I dig any deeper into this I'd like to know if there's anybody else
running