File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ ECHOKE
347347ECHOPRT
348348EDEVERR
349349EFTYPE
350- ELAST
351350EMPTY
352351EMULTIHOP
353352ENEEDAUTH
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ ECHOKE
225225ECHOPRT
226226EDOOFUS
227227EFTYPE
228- ELAST
229228EMPTY
230229EMULTIHOP
231230ENEEDAUTH
Original file line number Diff line number Diff line change @@ -356,7 +356,6 @@ ECHOKE
356356ECHOPRT
357357EDOOFUS
358358EFTYPE
359- ELAST
360359EMPTY
361360EMULTIHOP
362361ENEEDAUTH
Original file line number Diff line number Diff line change @@ -166,7 +166,6 @@ ECHOKE
166166ECHOPRT
167167EFTYPE
168168EIPSEC
169- ELAST
170169EMEDIUMTYPE
171170ENEEDAUTH
172171ENOATTR
Original file line number Diff line number Diff line change @@ -2143,7 +2143,6 @@ pub const ENOTRECOVERABLE: c_int = 104;
21432143pub const EOWNERDEAD : c_int = 105 ;
21442144pub const EQFULL : c_int = 106 ;
21452145pub const ENOTCAPABLE : c_int = 107 ;
2146- pub const ELAST : c_int = 107 ;
21472146
21482147pub const EAI_AGAIN : c_int = 2 ;
21492148pub const EAI_BADFLAGS : c_int = 3 ;
Original file line number Diff line number Diff line change @@ -548,7 +548,6 @@ pub const ENOMEDIUM: c_int = 93;
548548pub const ENOTRECOVERABLE : c_int = 94 ;
549549pub const EOWNERDEAD : c_int = 95 ;
550550pub const EASYNC : c_int = 99 ;
551- pub const ELAST : c_int = 99 ;
552551pub const RLIMIT_POSIXLOCKS : c_int = 11 ;
553552#[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
554553pub const RLIM_NLIMITS : crate :: rlim_t = 12 ;
Original file line number Diff line number Diff line change 258258 }
259259}
260260
261- pub const ELAST : c_int = 96 ;
262261pub const RAND_MAX : c_int = 0x7fff_fffd ;
263262pub const KI_NSPARE_PTR : usize = 6 ;
264263pub const MINCORE_SUPER : c_int = 0x20 ;
Original file line number Diff line number Diff line change 304304}
305305
306306pub const RAND_MAX : c_int = 0x7fff_fffd ;
307- pub const ELAST : c_int = 97 ;
308307
309308/// max length of devicename
310309pub const SPECNAMELEN : c_int = 63 ;
Original file line number Diff line number Diff line change 317317}
318318
319319pub const RAND_MAX : c_int = 0x7fff_ffff ;
320- pub const ELAST : c_int = 97 ;
321320
322321pub const KF_TYPE_EVENTFD : c_int = 13 ;
323322
Original file line number Diff line number Diff line change 319319}
320320
321321pub const RAND_MAX : c_int = 0x7fff_ffff ;
322- pub const ELAST : c_int = 97 ;
323322
324323pub const KF_TYPE_EVENTFD : c_int = 13 ;
325324
You can’t perform that action at this time.
0 commit comments