Skip to content

Commit

Permalink
OpenBSD: remove IFF_NOTRAILERS
Browse files Browse the repository at this point in the history
IFF_NOTRAILERS has been removed in OpenBSD 6.3

openbsd/src@beb8b0d
  • Loading branch information
kpcyrd committed May 2, 2018
1 parent a773b88 commit c838e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#833](https://github.com/nix-rust/nix/pull/833))
- Enabled more `ptrace::Request` definitions for uncommon Linux platforms
([#892](https://github.com/nix-rust/nix/pull/892))
- Remove `IFF_NOTRAILERS` on OpenBSD, as it has been removed in OpenBSD 6.3
([#893](https://github.com/nix-rust/nix/pull/893))

### Fixed
- Properly exposed 460800 and 921600 baud rates on NetBSD
Expand Down
1 change: 0 additions & 1 deletion src/net/if_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ libc_bitflags!(
target_os = "linux",
target_os = "macos",
target_os = "netbsd",
target_os = "openbsd",
target_os = "solaris"))]
IFF_NOTRAILERS;
/// Interface manages own routes.
Expand Down

0 comments on commit c838e64

Please sign in to comment.