diff options
Diffstat (limited to 'log-server.c')
-rw-r--r-- | log-server.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include "includes.h" | 17 | #include "includes.h" |
18 | RCSID("$Id: log-server.c,v 1.9 2000/04/16 01:18:43 damien Exp $"); | 18 | RCSID("$Id: log-server.c,v 1.10 2000/05/01 23:56:42 damien Exp $"); |
19 | 19 | ||
20 | #include <syslog.h> | 20 | #include <syslog.h> |
21 | #include "packet.h" | 21 | #include "packet.h" |
@@ -25,7 +25,7 @@ RCSID("$Id: log-server.c,v 1.9 2000/04/16 01:18:43 damien Exp $"); | |||
25 | #ifdef HAVE___PROGNAME | 25 | #ifdef HAVE___PROGNAME |
26 | extern char *__progname; | 26 | extern char *__progname; |
27 | #else /* HAVE___PROGNAME */ | 27 | #else /* HAVE___PROGNAME */ |
28 | const char *__progname = "sshd"; | 28 | static const char *__progname = "sshd"; |
29 | #endif /* HAVE___PROGNAME */ | 29 | #endif /* HAVE___PROGNAME */ |
30 | 30 | ||
31 | static LogLevel log_level = SYSLOG_LEVEL_INFO; | 31 | static LogLevel log_level = SYSLOG_LEVEL_INFO; |