artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed4098b
)
Garbage collect loop index i which is no longer used after usage tweak.
author
tb
<tb@openbsd.org>
Mon, 28 Jun 2021 14:01:38 +0000
(14:01 +0000)
committer
tb
<tb@openbsd.org>
Mon, 28 Jun 2021 14:01:38 +0000
(14:01 +0000)
usr.sbin/vmctl/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/vmctl/main.c
b/usr.sbin/vmctl/main.c
index
7207150
..
eb18276
100644
(file)
--- a/
usr.sbin/vmctl/main.c
+++ b/
usr.sbin/vmctl/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.6
6 2021/06/26 18:03:45 jmc Exp $
*/
+/* $OpenBSD: main.c,v 1.6
7 2021/06/28 14:01:38 tb Exp $
*/
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@
-95,10
+95,8
@@
__dead void
usage(void)
{
extern char *__progname;
- int i;
- fprintf(stderr, "usage:\t%s [-v] command [arg ...]\n",
- __progname);
+ fprintf(stderr, "usage:\t%s [-v] command [arg ...]\n", __progname);
exit(1);
}