diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 19:47:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-26 19:47:11 +0000 |
commit | 7a14bc5682258d5115d7b31007e360bed6a6e64c (patch) | |
tree | 51f9456e5d30d3776b1afcf96fde1858fb0d85c6 /usr.sbin/quot/quot.c | |
parent | 5c9e03e42bdf196412f7cdad89ef38833f6cdf37 (diff) |
strict proto cleanups
Diffstat (limited to 'usr.sbin/quot/quot.c')
-rw-r--r-- | usr.sbin/quot/quot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 1ddfd3527fd..56aaa239df0 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: quot.c,v 1.12 2003/06/25 21:18:24 deraadt Exp $ */ +/* $OpenBSD: quot.c,v 1.13 2003/06/26 19:47:09 deraadt Exp $ */ /* $NetBSD: quot.c,v 1.7.4.1 1996/05/31 18:06:36 jtc Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: quot.c,v 1.12 2003/06/25 21:18:24 deraadt Exp $"; +static char rcsid[] = "$Id: quot.c,v 1.13 2003/06/26 19:47:09 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -468,7 +468,7 @@ donames(int fd, struct fs *super, char *name) } static void -usage() +usage(void) { #ifdef COMPAT fprintf(stderr, "Usage: quot [-nfcvha] [filesystem ...]\n"); |