projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b646fa9
)
Use uint32_t for libfuse_version
author
Bernd Schubert
<bernd@bsbernd.com>
Sat, 28 Dec 2024 12:48:51 +0000
(13:48 +0100)
committer
Bernd Schubert
<bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000
(23:04 +0100)
Should be used internally only, but is still in a common file -
we better use arch independent values.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
include/fuse_common.h
patch
|
blob
|
history
diff --git
a/include/fuse_common.h
b/include/fuse_common.h
index 1999eaa4f3089fabf7ded2dce1576d0e9cef1a7e..2c866c44f567de9d97868dd355ded891dd632104 100644
(file)
--- a/
include/fuse_common.h
+++ b/
include/fuse_common.h
@@
-934,10
+934,10
@@
struct fuse_bufvec {
*/
struct libfuse_version
{
-
in
t major;
-
in
t minor;
-
in
t hotfix;
-
in
t padding;
+
uint32_
t major;
+
uint32_
t minor;
+
uint32_
t hotfix;
+
uint32_
t padding;
};
/* Initialize bufvec with a single buffer of given size */