From d8d1f2de5c5f9f4b98b23f121116a495b9dcc2df Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 28 Sep 1996 23:38:53 +0000 Subject: [PATCH] cut'n'paste error git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@786 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/ftp/ftp/ftp_locl.h b/appl/ftp/ftp/ftp_locl.h index 795b59587..74a7e4531 100644 --- a/appl/ftp/ftp/ftp_locl.h +++ b/appl/ftp/ftp/ftp_locl.h @@ -59,7 +59,7 @@ extern char *optarg; #endif #ifdef NEED_OPTIND_DECLARATION -extern int optarg; +extern int optind; #endif #ifdef NEED_OPTERR_DECLARATION extern int opterr;