diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-27 05:25:02 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-27 05:25:02 +0000 |
commit | 8cac0c0f050610a7b7c1f92b84764edfc3228713 (patch) | |
tree | 4534fff0eb8ef39846fc55a504a830b50083b51a /usr.bin/ftp | |
parent | 01920d55838fea9e7239edbd2a78fb35fd9bf333 (diff) |
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
(others require more care)
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 86268adb687..8989a8bebea 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp.c,v 1.91 2015/02/09 08:24:20 tedu Exp $ */ +/* $OpenBSD: ftp.c,v 1.92 2015/09/27 05:25:01 guenther Exp $ */ /* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */ /* @@ -319,7 +319,6 @@ cmdabort(int signo) longjmp(ptabort, 1); } -/*VARARGS*/ int command(const char *fmt, ...) { |