artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725f261
)
remove unused var
author
jsg
<jsg@openbsd.org>
Tue, 11 Oct 2022 03:37:14 +0000
(
03:37
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 11 Oct 2022 03:37:14 +0000
(
03:37
+0000)
bin/chio/chio.c
patch
|
blob
|
history
diff --git
a/bin/chio/chio.c
b/bin/chio/chio.c
index
a691efb
..
323091a
100644
(file)
--- a/
bin/chio/chio.c
+++ b/
bin/chio/chio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: chio.c,v 1.
29 2021/10/24 21:24:21 deraadt Exp $
*/
+/* $OpenBSD: chio.c,v 1.
30 2022/10/11 03:37:14 jsg Exp $
*/
/* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */
/*
@@
-865,8
+865,6
@@
bits_to_string(int v, const char *cp)
static void
usage(void)
{
- int i;
-
fprintf(stderr, "usage: %s [-f changer] command [arg ...]\n",
__progname);
exit(1);