File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -715,6 +715,9 @@ pub const RLIMIT_POSIXLOCKS: ::c_int = 11;
715
715
#[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
716
716
pub const RLIM_NLIMITS : :: rlim_t = 12 ;
717
717
718
+ #[ deprecated( since = "0.2.105" , note = "Only exists on FreeBSD, not DragonFly BSD" ) ]
719
+ pub const XU_NGROUPS : :: c_int = 16 ;
720
+
718
721
pub const Q_GETQUOTA : :: c_int = 0x300 ;
719
722
pub const Q_SETQUOTA : :: c_int = 0x400 ;
720
723
Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ pub const NI_NUMERICSERV: ::c_int = 0x00000008;
640
640
pub const NI_DGRAM : :: c_int = 0x00000010 ;
641
641
pub const NI_NUMERICSCOPE : :: c_int = 0x00000020 ;
642
642
643
+ pub const XU_NGROUPS : :: c_int = 16 ;
644
+
643
645
pub const Q_GETQUOTA : :: c_int = 0x700 ;
644
646
pub const Q_SETQUOTA : :: c_int = 0x800 ;
645
647
Original file line number Diff line number Diff line change @@ -1167,7 +1167,6 @@ pub const ST_NOSUID: ::c_ulong = 2;
1167
1167
1168
1168
pub const NI_MAXHOST : :: size_t = 1025 ;
1169
1169
1170
- pub const XU_NGROUPS : :: c_int = 16 ;
1171
1170
pub const XUCRED_VERSION : :: c_uint = 0 ;
1172
1171
1173
1172
pub const RTLD_LOCAL : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments