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;
715715#[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
716716pub const RLIM_NLIMITS : :: rlim_t = 12 ;
717717
718+ #[ deprecated( since = "0.2.105" , note = "Only exists on FreeBSD, not DragonFly BSD" ) ]
719+ pub const XU_NGROUPS : :: c_int = 16 ;
720+
718721pub const Q_GETQUOTA : :: c_int = 0x300 ;
719722pub const Q_SETQUOTA : :: c_int = 0x400 ;
720723
Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ pub const NI_NUMERICSERV: ::c_int = 0x00000008;
640640pub const NI_DGRAM : :: c_int = 0x00000010 ;
641641pub const NI_NUMERICSCOPE : :: c_int = 0x00000020 ;
642642
643+ pub const XU_NGROUPS : :: c_int = 16 ;
644+
643645pub const Q_GETQUOTA : :: c_int = 0x700 ;
644646pub const Q_SETQUOTA : :: c_int = 0x800 ;
645647
Original file line number Diff line number Diff line change @@ -1167,7 +1167,6 @@ pub const ST_NOSUID: ::c_ulong = 2;
11671167
11681168pub const NI_MAXHOST : :: size_t = 1025 ;
11691169
1170- pub const XU_NGROUPS : :: c_int = 16 ;
11711170pub const XUCRED_VERSION : :: c_uint = 0 ;
11721171
11731172pub const RTLD_LOCAL : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments