From 0437b33e54fd72060d17908d6abf96bfabaacad2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 2 May 2000 09:56:41 +1000 Subject: - Add Andre Lucas' patch to read entropy gathering commands from a text file --- log-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'log-server.c') diff --git a/log-server.c b/log-server.c index 9070b6530..57c7b3715 100644 --- a/log-server.c +++ b/log-server.c @@ -15,7 +15,7 @@ */ #include "includes.h" -RCSID("$Id: log-server.c,v 1.9 2000/04/16 01:18:43 damien Exp $"); +RCSID("$Id: log-server.c,v 1.10 2000/05/01 23:56:42 damien Exp $"); #include #include "packet.h" @@ -25,7 +25,7 @@ RCSID("$Id: log-server.c,v 1.9 2000/04/16 01:18:43 damien Exp $"); #ifdef HAVE___PROGNAME extern char *__progname; #else /* HAVE___PROGNAME */ -const char *__progname = "sshd"; +static const char *__progname = "sshd"; #endif /* HAVE___PROGNAME */ static LogLevel log_level = SYSLOG_LEVEL_INFO; -- cgit v1.2.3