aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 1999eaa..2c866c4 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -934,10 +934,10 @@ struct fuse_bufvec {
*/
struct libfuse_version
{
- int major;
- int minor;
- int hotfix;
- int padding;
+ uint32_t major;
+ uint32_t minor;
+ uint32_t hotfix;
+ uint32_t padding;
};
/* Initialize bufvec with a single buffer of given size */