diff options
author | Sébastien Marie <semarie@users.noreply.github.com> | 2019-08-18 10:19:49 +0200 |
---|---|---|
committer | Sébastien Marie <semarie@users.noreply.github.com> | 2019-08-18 10:19:49 +0200 |
commit | 3b7be3c193e56ca6e9eded2d20f24e919318ed12 (patch) | |
tree | 85bf7b619017534aef9d2c512b8cea1cb989287d /src/unix/bsd/mod.rs | |
parent | ffbe923f92fb8a65b39a59f2f7dc2360d04ccafd (diff) | |
download | rust-libc-3b7be3c193e56ca6e9eded2d20f24e919318ed12.tar.gz |
adapt ioctl() BPF for OpenBSD
Diffstat (limited to 'src/unix/bsd/mod.rs')
-rw-r--r-- | src/unix/bsd/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/unix/bsd/mod.rs b/src/unix/bsd/mod.rs index 193cd7478e..40b18c638d 100644 --- a/src/unix/bsd/mod.rs +++ b/src/unix/bsd/mod.rs @@ -446,13 +446,8 @@ pub const BIOCSETIF: ::c_ulong = 0x8020426c; pub const BIOCGSTATS: ::c_ulong = 0x4008426f; pub const BIOCIMMEDIATE: ::c_ulong = 0x80044270; pub const BIOCVERSION: ::c_ulong = 0x40044271; -pub const BIOCGRSIG: ::c_ulong = 0x40044272; -pub const BIOCSRSIG: ::c_ulong = 0x80044273; pub const BIOCGHDRCMPLT: ::c_ulong = 0x40044274; pub const BIOCSHDRCMPLT: ::c_ulong = 0x80044275; -pub const BIOCGSEESENT: ::c_ulong = 0x40044276; -pub const BIOCSSEESENT: ::c_ulong = 0x80044277; -pub const BIOCSDLT: ::c_ulong = 0x80044278; pub const SIOCGIFADDR: ::c_ulong = 0xc0206921; f! { |