summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sshd.c b/sshd.c
index 101419bed..6df8f252a 100644
--- a/sshd.c
+++ b/sshd.c
@@ -103,11 +103,7 @@ int deny_severity = LOG_WARNING;
103#define REEXEC_CONFIG_PASS_FD (STDERR_FILENO + 3) 103#define REEXEC_CONFIG_PASS_FD (STDERR_FILENO + 3)
104#define REEXEC_MIN_FREE_FD (STDERR_FILENO + 4) 104#define REEXEC_MIN_FREE_FD (STDERR_FILENO + 4)
105 105
106#ifdef HAVE___PROGNAME
107extern char *__progname; 106extern char *__progname;
108#else
109char *__progname;
110#endif
111 107
112/* Server configuration options. */ 108/* Server configuration options. */
113ServerOptions options; 109ServerOptions options;