Skip to content

Commit c838e64

Browse files
committed
OpenBSD: remove IFF_NOTRAILERS
IFF_NOTRAILERS has been removed in OpenBSD 6.3 openbsd/src@beb8b0d
1 parent a773b88 commit c838e64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/net/if_.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)