summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r--bin/dd/misc.c4
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)
{