summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinfo/skeyinfo.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 22:20:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-10 22:20:55 +0000
commitb8aaa8bec8414f8e55cf9b61fe0873d242c773b8 (patch)
tree5e43016c4fae834239fd38972fd58355ed6b54b5 /usr.bin/skeyinfo/skeyinfo.c
parentf18f6607440f6d2da08fac3522d88a65c77a5f3e (diff)
mostly ansi cleanup; pval ok
Diffstat (limited to 'usr.bin/skeyinfo/skeyinfo.c')
-rw-r--r--usr.bin/skeyinfo/skeyinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/skeyinfo/skeyinfo.c b/usr.bin/skeyinfo/skeyinfo.c
index d429d14941a..767dfd5048f 100644
--- a/usr.bin/skeyinfo/skeyinfo.c
+++ b/usr.bin/skeyinfo/skeyinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: skeyinfo.c,v 1.12 2003/06/03 01:52:41 millert Exp $ */
+/* $OpenBSD: skeyinfo.c,v 1.13 2003/06/10 22:20:51 deraadt Exp $ */
/*
* Copyright (c) 1997, 2001, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -89,7 +89,7 @@ main(int argc, char **argv)
}
void
-usage()
+usage(void)
{
(void)fprintf(stderr, "usage: %s [-v] [user]\n", __progname);
exit(1);