[EMAIL PROTECTED] said:
> Why is it needed to remove the HAVE_UTMPX_H definition? I just
> compiled ssh2 with and without that removed in sshconf.h (equivalent
> to config.h in ssh1) and there was nothing that would've suggested a
> change in ssh's behaviour. 

IMHO, a better fix is to add the following to config.h.in
#ifdef linux
#define _GNU_SOURCE
#endif

Cheers,
                                        Christian

Reply via email to