diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-20 03:50:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-20 03:50:28 +0000 |
commit | 23df86474b993f98880fc5d17f2bea3e1c7494be (patch) | |
tree | 0aa05adb208b73cdbc615b09c95e338bc2560893 /usr.bin/ftp/domacro.c | |
parent | 2db8f9da625184f46fa73c7f2810ce5fb74879dd (diff) |
ansi; khalek@linuxgamers.net
Diffstat (limited to 'usr.bin/ftp/domacro.c')
-rw-r--r-- | usr.bin/ftp/domacro.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/ftp/domacro.c b/usr.bin/ftp/domacro.c index d622d4bfad0..545691fef71 100644 --- a/usr.bin/ftp/domacro.c +++ b/usr.bin/ftp/domacro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: domacro.c,v 1.10 2003/12/16 21:46:22 deraadt Exp $ */ +/* $OpenBSD: domacro.c,v 1.11 2004/07/20 03:50:25 deraadt Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* @@ -31,7 +31,7 @@ */ #if !defined(lint) && !defined(SMALL) -static char rcsid[] = "$OpenBSD: domacro.c,v 1.10 2003/12/16 21:46:22 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: domacro.c,v 1.11 2004/07/20 03:50:25 deraadt Exp $"; #endif /* not lint and not SMALL */ #include <ctype.h> @@ -42,9 +42,7 @@ static char rcsid[] = "$OpenBSD: domacro.c,v 1.10 2003/12/16 21:46:22 deraadt Ex #include "ftp_var.h" void -domacro(argc, argv) - int argc; - char *argv[]; +domacro(int argc, char *argv[]) { int i, j, count = 2, loopflg = 0; char *cp1, *cp2, line2[FTPBUFLEN]; |