aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/edquota
diff options
context:
space:
mode:
authorAlfonso Gregory <gfunni234@gmail.com>2023-07-07 16:39:23 +0000
committerWarner Losh <imp@FreeBSD.org>2023-07-07 16:45:18 +0000
commit72e1ea2f13619f3bd299348f281815a6669f3775 (patch)
tree2070c276154548fb82d673b20d44e06d8f710a4b /usr.sbin/edquota
parentcccdaf507eee8fb34494b4624eb85bb951e323c8 (diff)
downloadsrc-72e1ea2f13619f3bd299348f281815a6669f3775.tar.gz
src-72e1ea2f13619f3bd299348f281815a6669f3775.zip
Diffstat (limited to 'usr.sbin/edquota')
-rw-r--r--usr.sbin/edquota/edquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c
index de2083506864..036b3f699eae 100644
--- a/usr.sbin/edquota/edquota.c
+++ b/usr.sbin/edquota/edquota.c
@@ -110,7 +110,7 @@ struct quotause *getprivs(long, int, char *);
void putprivs(long, struct quotause *);
int readprivs(struct quotause *, char *);
int readtimes(struct quotause *, char *);
-static void usage(void);
+static void usage(void) __dead2;
int writetimes(struct quotause *, int, int);
int writeprivs(struct quotause *, int, char *, int);