From 133b757357fe78893327494afb8db113a6ad53a8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 12 Aug 2004 22:50:03 +1000 Subject: - djm@cvs.openbsd.org 2004/08/11 12:01:16 [sshlogin.c] make store_lastlog_message() static to appease -Wall; ok markus --- sshlogin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshlogin.c') diff --git a/sshlogin.c b/sshlogin.c index 399d02a0..b82c45c5 100644 --- a/sshlogin.c +++ b/sshlogin.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshlogin.c,v 1.11 2004/08/11 11:59:22 djm Exp $"); +RCSID("$OpenBSD: sshlogin.c,v 1.12 2004/08/11 12:01:16 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]; -- cgit v1.2.1