Skip to content
Snippets Groups Projects
Commit bbda50d2 authored by bors's avatar bors
Browse files

Auto merge of #916 - LuoZijun:patch-1, r=alexcrichton

Add `IFF_*` constants  to linux, android and fuchsia

Add constants to android and fuchsia:

*    IFF_TUN
*    IFF_TAP
*    IFF_NO_PI

Type problem: https://github.com/rust-lang/libc/issues/915

so change constants type `libc::c_short` to `libc::c_int` :

*    IFF_*
parents 9e8447d0 0f4ae0b8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment