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.sbin | |
parent | 01920d55838fea9e7239edbd2a78fb35fd9bf333 (diff) |
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
(others require more care)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/util.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/util.c b/usr.sbin/tcpdump/util.c index 15921ff078d..d227f078e59 100644 --- a/usr.sbin/tcpdump/util.c +++ b/usr.sbin/tcpdump/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.25 2009/10/27 23:59:57 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.26 2015/09/27 05:25:01 guenther Exp $ */ /* * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997 @@ -204,7 +204,6 @@ tok2str(register const struct tok *lp, register const char *fmt, } -/* VARARGS */ __dead void error(const char *fmt, ...) { @@ -219,7 +218,6 @@ error(const char *fmt, ...) /* NOTREACHED */ } -/* VARARGS */ void warning(const char *fmt, ...) { |