summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-12-30 18:21:47 +0000
committermike <mike@FreeBSD.org>2002-12-30 18:21:47 +0000
commit8540c7c57c583f9560915e5b14bab57462001742 (patch)
tree6e12e1eca0ad28f1d9827b98453d8339d64e7404 /usr.sbin/quot
parentb6add043f9fb96f224397cadcb342ededeb4bb60 (diff)
downloadFreeBSD-src-8540c7c57c583f9560915e5b14bab57462001742.zip
FreeBSD-src-8540c7c57c583f9560915e5b14bab57462001742.tar.gz
Back out rev 1.19; getbsize(3)'s original interface has been restored.
Diffstat (limited to 'usr.sbin/quot')
-rw-r--r--usr.sbin/quot/quot.c2
1 files changed, 1 insertions, 1 deletions
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 *);
OpenPOWER on IntegriCloud