diff --git a/src/unix/nto/mod.rs b/src/unix/nto/mod.rs index 35cb5e7fc9fc..5970d6e58e0f 100644 --- a/src/unix/nto/mod.rs +++ b/src/unix/nto/mod.rs @@ -1279,7 +1279,6 @@ cfg_if! { pub const IFF_NOTRAILERS: c_int = 0x00000020; pub const AF_INET6: c_int = 24; pub const AF_BLUETOOTH: c_int = 31; - pub const AF_BLUETOOTH: c_int = 36; pub const pseudo_AF_KEY: c_int = 29; pub const MSG_NOSIGNAL: c_int = 0x0800; pub const MSG_WAITFORONE: c_int = 0x2000; @@ -1331,7 +1330,7 @@ cfg_if! { pub const KERN_MAXID: c_int = 83; pub const KERN_PROC_ARGS: c_int = 48; pub const KERN_PROC_ENV: c_int = 3; - pub const KERN_PROC_GID: c_int = 11; + pub const KERN_PROC_GID: c_int = 7; pub const KERN_PROC_RGID: c_int = 8; pub const LOCAL_CONNWAIT: c_int = 0x0002; pub const LOCAL_CREDS: c_int = 0x0001; @@ -1376,7 +1375,7 @@ cfg_if! { pub const KERN_LOGSIGEXIT: c_int = 34; pub const KERN_PROC_ARGS: c_int = 7; pub const KERN_PROC_ENV: c_int = 35; - pub const KERN_PROC_GID: c_int = 7; + pub const KERN_PROC_GID: c_int = 11; pub const KERN_PROC_RGID: c_int = 10; pub const LOCAL_CONNWAIT: c_int = 4; pub const LOCAL_CREDS: c_int = 2;