artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e23c5a
)
remove lint comments
author
tedu
<tedu@openbsd.org>
Thu, 25 Aug 2016 05:25:21 +0000
(
05:25
+0000)
committer
tedu
<tedu@openbsd.org>
Thu, 25 Aug 2016 05:25:21 +0000
(
05:25
+0000)
bin/dd/misc.c
patch
|
blob
|
history
diff --git
a/bin/dd/misc.c
b/bin/dd/misc.c
index
6e74c02
..
6ab6741
100644
(file)
--- 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)
{