Skip to content

Commit 9a0074e

Browse files
committed
Document stat changes on DragonFly BSD
1 parent 90ebf43 commit 9a0074e

File tree

1 file changed

+4
-0
lines changed
  • src/unix/bsd/freebsdlike/dragonfly

1 file changed

+4
-0
lines changed

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ s! {
106106
pub f_uid_uuid: ::uuid_t,
107107
}
108108

109+
#[deprecated(
110+
since = "0.2.107",
111+
note = "stat.st_blksize is an i64 and stat.st_qspare1 is replaced with stat.st_blksize in DragonFly 5.8"
112+
)]
109113
pub struct stat {
110114
pub st_ino: ::ino_t,
111115
pub st_nlink: ::nlink_t,

0 commit comments

Comments
 (0)