summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2002-10-24 17:43:56 +0000
committergallatin <gallatin@FreeBSD.org>2002-10-24 17:43:56 +0000
commit1b6c1cf3e0597bc4e028866dddece1cd21e29435 (patch)
tree74927cd28d89a0fea6a8f6641ab4213cf23ae2fb /usr.sbin/quot
parent09a6e47dc00517f0f84bbbac49dfdefac9609f25 (diff)
downloadFreeBSD-src-1b6c1cf3e0597bc4e028866dddece1cd21e29435.zip
FreeBSD-src-1b6c1cf3e0597bc4e028866dddece1cd21e29435.tar.gz
another int * to size_t * change for getbsize() to make it compile
on LP64 hosts
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 4214844..56eb38f 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 int headerlen;
+static size_t headerlen;
static union dinode *get_inode(int, struct fs *, ino_t);
static int virtualblocks(struct fs *, union dinode *);
OpenPOWER on IntegriCloud