Skip to content
Snippets Groups Projects
Commit e687a59c authored by Greg V's avatar Greg V
Browse files

freebsdlike: add SCM_CREDS

It is present on both FreeBSD and DragonFly
parent e0fc936d
No related branches found
No related tags found
No related merge requests found
......@@ -738,6 +738,7 @@ pub const MSG_DONTWAIT: ::c_int = 0x00000080;
pub const MSG_EOF: ::c_int = 0x00000100;
pub const SCM_TIMESTAMP: ::c_int = 0x02;
pub const SCM_CREDS: ::c_int = 0x03;
pub const SOCK_STREAM: ::c_int = 1;
pub const SOCK_DGRAM: ::c_int = 2;
......
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