diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 56eb38f05246..42148448cdc2 100644 --- a/usr.sbin/quot/quot.c +++ b/usr.sbin/quot/quot.c @@ -60,7 +60,7 @@ static char unused; static void (*func)(int, struct fs *, char *); static long blocksize; static char *header; -static size_t headerlen; +static int headerlen; static union dinode *get_inode(int, struct fs *, ino_t); static int virtualblocks(struct fs *, union dinode *);