Call for testing for 3.5 OpenSSH

Markus Friedl markus at openbsd.org
Wed Sep 25 06:55:39 EST 2002


On Tue, Sep 24, 2002 at 11:16:10PM +0400, Michael Tokarev wrote:
> Hmm.  I think this may be useful for others as well.
> 
> #if defined(_CRAY) && !defined(_CRAYSV2)
> # define NO_SSH_LASTLOG
> #endif
> 
> #ifndef NO_SSH_LASTLOG
> >  	if (options.print_lastlog && s->last_login_time != 0) {
> >  		time_string = ctime(&s->last_login_time);
> >  		if (strchr(time_string, '\n'))
> ...
> #endif /* NO_SSH_LASTLOG */

yes, i think this is better.



More information about the openssh-unix-dev mailing list