diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-25 05:25:22 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-25 05:25:22 +0000 |
commit | 35f159eba7be04595c0aade4a6a9e9b57e6c7c3b (patch) | |
tree | 5c55211e0cf88afb2d1879bc59f429e4072bdc18 /bin/dd | |
parent | d9dc4a717f06376bbc82eb66858f64c2ca5fcf40 (diff) |
remove lint comments
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/misc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 6e74c020068..6ab67411072 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.19 2016/08/14 21:13:08 krw Exp $ */ +/* $OpenBSD: misc.c,v 1.20 2016/08/25 05:25:21 tedu Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/21 09:04:10 cgd Exp $ */ /*- @@ -101,7 +101,6 @@ summary(void) (void)writev(STDERR_FILENO, iov, i); } -/* ARGSUSED */ void summaryx(int notused) { @@ -111,7 +110,6 @@ summaryx(int notused) errno = save_errno; } -/* ARGSUSED */ void terminate(int notused) { |