[Bug 75] Error compiling in ssh-agent.c
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 24 23:18:32 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=75
------- Additional Comments From adrian at afsthumper.com 2002-01-24 23:18 -------
I am using Peanut Linux 8.4 (http://www.peanutlinux.org), which is just a stripped down version
of linux that uses BSD-style init scripts. I am running kernel 2.2.19 with pretty standard
features, nothing strange or experimental compiled in.
I am using GLibc 2.2.4, libc6
ELF.
The atexit definition(s) I have in stdlib.h are as follows:
(I wasn't sure which one
was more pertinent)
/* Register a function to be called when 'exit' is called. */
extern int
atexit __P ((void (*__func) (void)));
/* Call all functions registered with 'atexit' and
'on_exit',
in the reverse of the order in which they were registered
perform stdio cleanup,
and terminate program execution with STATUS. */
extern void exit __P ((int __status))
__attribute__ ((__noreturn__));
------- 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