Skip to content

Commit c958c90

Browse files
committed
Auto merge of #2284 - asomers:eintegrity, r=JohnTitor
Define EINTEGRITY on FreeBSD 12 At the time that `@pizzamig` added it here, it was only available in FreeBSD 13. But it has subsequently been MFCed and released in FreeBSD 12.2.
2 parents ec61db3 + dff7a24 commit c958c90

File tree

1 file changed

+2
-1
lines changed
  • src/unix/bsd/freebsdlike/freebsd/freebsd12

1 file changed

+2
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ pub const RAND_MAX: ::c_int = 0x7fff_fffd;
204204

205205
pub const SO_DOMAIN: ::c_int = 0x1019;
206206

207-
pub const ELAST: ::c_int = 96;
207+
pub const EINTEGRITY: ::c_int = 97;
208+
pub const ELAST: ::c_int = 97;
208209

209210
extern "C" {
210211
pub fn setgrent();

0 commit comments

Comments
 (0)