summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:04:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:04:11 +0000
commitc7d032fc4ac7d7924b20e1fea418272346d8c78c (patch)
treefd85b5bf62e92ffd1fee5c23d0b97910c3a67fb7 /usr.bin/ftp/main.c
parent27d9189e4074c4648710da3447660f62aaf79e4c (diff)
protos
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 99566e611ce..1b03784d8f2 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.53 2003/06/03 02:56:08 millert Exp $ */
+/* $OpenBSD: main.c,v 1.54 2003/07/02 21:04:10 deraadt Exp $ */
/* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */
/*
@@ -69,7 +69,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.53 2003/06/03 02:56:08 millert Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.54 2003/07/02 21:04:10 deraadt Exp $";
#endif
#endif /* not lint */
@@ -94,9 +94,7 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.53 2003/06/03 02:56:08 millert Exp $
int family = PF_UNSPEC;
int
-main(argc, argv)
- volatile int argc;
- char ** volatile argv;
+main(volatile int argc, char *argv[])
{
int ch, top, rval;
struct passwd *pw = NULL;