File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -882,6 +882,13 @@ pub const EV_ERROR: u16 = 0x4000;
882
882
pub const EV_EOF : u16 = 0x8000 ;
883
883
pub const EV_SYSFLAGS : u16 = 0xf000 ;
884
884
885
+ pub const FIODNAME : :: c_ulong = 0x80106678 ;
886
+ #[ deprecated(
887
+ since = "0.2.106" ,
888
+ note = "FIODGNAME is not defined on DragonFly BSD. See FIODNAME."
889
+ ) ]
890
+ pub const FIODGNAME : :: c_ulong = 0x80106678 ;
891
+
885
892
pub const NOTE_TRIGGER : u32 = 0x01000000 ;
886
893
pub const NOTE_FFNOP : u32 = 0x00000000 ;
887
894
pub const NOTE_FFAND : u32 = 0x40000000 ;
Original file line number Diff line number Diff line change @@ -1047,6 +1047,7 @@ pub const H4DISC: ::c_int = 0x7;
1047
1047
1048
1048
pub const BIOCSETFNR : :: c_ulong = 0x80104282 ;
1049
1049
1050
+ pub const FIODGNAME : :: c_ulong = 0x80106678 ;
1050
1051
pub const FIONWRITE : :: c_ulong = 0x40046677 ;
1051
1052
pub const FIONSPACE : :: c_ulong = 0x40046676 ;
1052
1053
pub const FIOSEEKDATA : :: c_ulong = 0xc0086661 ;
Original file line number Diff line number Diff line change @@ -1260,7 +1260,6 @@ pub const BIOCGRTIMEOUT: ::c_ulong = 0x4010426e;
1260
1260
1261
1261
pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1262
1262
pub const FIOGETLBA : :: c_ulong = 0x40046679 ;
1263
- pub const FIODGNAME : :: c_ulong = 0x80106678 ;
1264
1263
1265
1264
pub const B0 : speed_t = 0 ;
1266
1265
pub const B50 : speed_t = 50 ;
You can’t perform that action at this time.
0 commit comments