aboutsummaryrefslogtreecommitdiffstats
path: root/quota
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-11-16 14:11:31 +0000
committerNathan Scott <nathans@sgi.com>2005-11-16 14:11:31 +0000
commitd026b19e895c621794f39f0ec20c09710e3a51c5 (patch)
treebdb9705505af51cce52ef7bee63bd819f9cd40ab /quota
parentb8022d0a295596699347a702efd91654bdc02650 (diff)
downloadxfsprogs-dev-d026b19e895c621794f39f0ec20c09710e3a51c5.tar.gz
Fix build warnings on ia64 Linux and on IRIX too.
Merge of master-melb:xfs-cmds:24460a by kenmcd.
Diffstat (limited to 'quota')
-rw-r--r--quota/quot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quota/quot.c b/quota/quot.c
index 00cae68b8b..f970b640e9 100644
--- a/quota/quot.c
+++ b/quota/quot.c
@@ -139,8 +139,8 @@ quot_bulkstat_mount(
{
xfs_fsop_bulkreq_t bulkreq;
xfs_bstat_t *buf;
- __uint64_t last = 0;
- __int32_t count;
+ __u64 last = 0;
+ __s32 count;
int i, sts, fsfd;
du_t **dp;