X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/be2ca0c95a7bca195f3c7626365f4994af30d34b..59d4718a1a7be1fde1121766b331ab22bc16a4e4:/sshlogin.c diff --git a/sshlogin.c b/sshlogin.c index 41817ec9..15eb916d 100644 --- a/sshlogin.c +++ b/sshlogin.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshlogin.c,v 1.10 2004/07/17 05:31:41 dtucker Exp $"); +RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $"); #include "loginrec.h" #include "log.h" @@ -69,7 +69,7 @@ get_last_login_time(uid_t uid, const char *logname, * Generate and store last login message. This must be done before * login_login() is called and lastlog is updated. */ -void +static void store_lastlog_message(const char *user, uid_t uid) { char *time_string, hostname[MAXHOSTNAMELEN] = "", buf[512];