Skip to content

Commit 19aa077

Browse files
committed
NetBSD: Remove IFF_NOTRAILERS
Upstream commit: NetBSD/src@091e152 (backport <#4782>) (cherry picked from commit 35d5592)
1 parent 7ef85c2 commit 19aa077

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/semver/netbsd.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ IFF_LINK2
416416
IFF_LOOPBACK
417417
IFF_MULTICAST
418418
IFF_NOARP
419-
IFF_NOTRAILERS
420419
IFF_OACTIVE
421420
IFF_POINTOPOINT
422421
IFF_PROMISC

src/unix/bsd/netbsdlike/netbsd/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,6 @@ pub const IFF_BROADCAST: c_int = 0x0002; // broadcast address valid
11181118
pub const IFF_DEBUG: c_int = 0x0004; // turn on debugging
11191119
pub const IFF_LOOPBACK: c_int = 0x0008; // is a loopback net
11201120
pub const IFF_POINTOPOINT: c_int = 0x0010; // interface is point-to-point link
1121-
pub const IFF_NOTRAILERS: c_int = 0x0020; // avoid use of trailers
11221121
pub const IFF_RUNNING: c_int = 0x0040; // resources allocated
11231122
pub const IFF_NOARP: c_int = 0x0080; // no address resolution protocol
11241123
pub const IFF_PROMISC: c_int = 0x0100; // receive all packets

0 commit comments

Comments
 (0)