Skip to content

Commit 348bda9

Browse files
author
luozijun
committed
Remove constants UTUN_CONTROL_NAME
1 parent f26f092 commit 348bda9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/bsd/apple/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,6 @@ pub const MH_MAGIC: u32 = 0xfeedface;
20712071
pub const MH_MAGIC_64: u32 = 0xfeedfacf;
20722072

20732073
// net/if_utun.h
2074-
pub const UTUN_CONTROL_NAME: &'static str = "com.apple.net.utun_control";
20752074
pub const UTUN_OPT_FLAGS: ::c_int = 1;
20762075
pub const UTUN_OPT_IFNAME: ::c_int = 2;
20772076

0 commit comments

Comments
 (0)