From 8540c7c57c583f9560915e5b14bab57462001742 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 30 Dec 2002 18:21:47 +0000 Subject: 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(-) (limited to 'usr.sbin/quot') diff --git a/usr.sbin/quot/quot.c b/usr.sbin/quot/quot.c index 56eb38f..4214844 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 *); -- cgit v1.1