We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3218423 commit 080a57fCopy full SHA for 080a57f
src/unix/haiku/mod.rs
@@ -790,7 +790,7 @@ pub const IFF_AUTO_CONFIGURED: ::c_int = 0x2000;
790
pub const IFF_CONFIGURING: ::c_int = 0x4000;
791
pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
792
793
-pub const AF_UNSEC: ::c_int = 0;
+pub const AF_UNSPEC: ::c_int = 0;
794
pub const AF_INET: ::c_int = 1;
795
pub const AF_APPLETALK: ::c_int = 2;
796
pub const AF_ROUTE: ::c_int = 3;
0 commit comments