diff --git a/lib/sys/unix/sys/filesystem/structs.rb b/lib/sys/unix/sys/filesystem/structs.rb index 0b7243f..a055190 100644 --- a/lib/sys/unix/sys/filesystem/structs.rb +++ b/lib/sys/unix/sys/filesystem/structs.rb @@ -223,7 +223,8 @@ def self.linux64? :f_unused, :int, :f_flag, :ulong, :f_namemax, :ulong, - :f_spare, [:int, 6] + :f_type, :uint, + :f_spare, [:int, 5] ) else layout( @@ -238,7 +239,8 @@ def self.linux64? :f_fsid, :ulong, :f_flag, :ulong, :f_namemax, :ulong, - :f_spare, [:int, 6] + :f_type, :uint, + :f_spare, [:int, 5] ) end end