Skip to content

Commit 8d0b3a0

Browse files
authored
Merge pull request #3785 from sthibaul/hurd
hurd: Fix st_dev name
2 parents b76c4bc + 043043f commit 8d0b3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/hurd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ s! {
481481

482482
pub struct stat64 {
483483
pub st_fstype: ::c_int,
484-
pub st_fsid: __fsid_t,
484+
pub st_dev: __fsid_t, /* Actually st_fsid */
485485
pub st_ino: __ino64_t,
486486
pub st_gen: ::c_uint,
487487
pub st_rdev: __dev_t,

0 commit comments

Comments
 (0)