File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4747 ([ #833 ] ( https://github.com/nix-rust/nix/pull/833 ) )
4848- Enabled more ` ptrace::Request ` definitions for uncommon Linux platforms
4949 ([ #892 ] ( https://github.com/nix-rust/nix/pull/892 ) )
50+ - Remove ` IFF_NOTRAILERS ` on OpenBSD, as it has been removed in OpenBSD 6.3
51+ ([ #893 ] ( https://github.com/nix-rust/nix/pull/893 ) )
5052
5153### Fixed
5254- Properly exposed 460800 and 921600 baud rates on NetBSD
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ libc_bitflags!(
4444 target_os = "linux" ,
4545 target_os = "macos" ,
4646 target_os = "netbsd" ,
47- target_os = "openbsd" ,
4847 target_os = "solaris" ) ) ]
4948 IFF_NOTRAILERS ;
5049 /// Interface manages own routes.
You can’t perform that action at this time.
0 commit comments