From bc6ba9aec6a2aed2d76128d1d097495b33598287 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Mon, 30 Dec 2002 18:21:47 +0000 Subject: [PATCH] Back out rev 1.19; getbsize(3)'s original interface has been restored. --- usr.sbin/quot/quot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 56eb38f0524..42148448cdc 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 *);