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

Auto merge of #797 - jakllsch:netbsd-5063840d-7233-49b6-957b-1b26d2878f7f, r=alexcrichton

netbsd: add KERN_PROC_ARGS sysctl MIB subtypes
parents fd7c24ca 7a06a32e
No related branches found
No related tags found
No related merge requests found
......@@ -838,6 +838,11 @@ pub const KERN_PROC_UID: ::c_int = 5;
pub const KERN_PROC_RUID: ::c_int = 6;
pub const KERN_PROC_GID: ::c_int = 7;
pub const KERN_PROC_RGID: ::c_int = 8;
pub const KERN_PROC_ARGV: ::c_int = 1;
pub const KERN_PROC_NARGV: ::c_int = 2;
pub const KERN_PROC_ENV: ::c_int = 3;
pub const KERN_PROC_NENV: ::c_int = 4;
pub const KERN_PROC_PATHNAME: ::c_int = 5;
pub const EAI_SYSTEM: ::c_int = 11;
......
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