summaryrefslogtreecommitdiff
path: root/sftp-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-server.c')
-rw-r--r--sftp-server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-server.c b/sftp-server.c
index 0c6f4c24e..31be27b4f 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-server.c,v 1.59 2006/07/09 15:15:11 stevesk Exp $ */ 1/* $OpenBSD: sftp-server.c,v 1.60 2006/07/10 11:24:54 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2000-2004 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000-2004 Markus Friedl. All rights reserved.
4 * 4 *
@@ -1201,7 +1201,6 @@ main(int argc, char **argv)
1201 SyslogFacility log_facility = SYSLOG_FACILITY_AUTH; 1201 SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
1202 char *cp; 1202 char *cp;
1203 1203
1204 extern int optind;
1205 extern char *optarg; 1204 extern char *optarg;
1206 extern char *__progname; 1205 extern char *__progname;
1207 1206