Merge pull request #67 from polachok/netlink

Netlink constants
This commit is contained in:
Alex Crichton 2015-11-22 10:17:53 -08:00
commit 90e0ceaada

View file

@ -339,3 +339,5 @@ cfg_if! {
pub use self::other::*; pub use self::other::*;
} }
} }
pub const AF_NETLINK: ::c_int = 16;