summaryrefslogtreecommitdiffstats
path: root/sftp-server.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 21:31:00 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 21:31:00 +1000
commitc718c743c1b64ba20b009f2dfe6cad465a7a4a78 (patch)
tree4a854caef253d9ab1e8f4e9582862e691f8ccd70 /sftp-server.c
parent211838d8e22bf1af0bacb7619ba541c5d4f3650a (diff)
- djm@cvs.openbsd.org 2006/07/10 11:24:54
[sftp-server.c] remove optind - it isn't used here
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 0c6f4c24..31be27b4 100644
--- a/sftp-server.c
+++ b/sftp-server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-server.c,v 1.59 2006/07/09 15:15:11 stevesk Exp $ */
+/* $OpenBSD: sftp-server.c,v 1.60 2006/07/10 11:24:54 djm Exp $ */
/*
* Copyright (c) 2000-2004 Markus Friedl. All rights reserved.
*
@@ -1201,7 +1201,6 @@ main(int argc, char **argv)
SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
char *cp;
- extern int optind;
extern char *optarg;
extern char *__progname;