Skip to content

Commit

Permalink
freebsdlike: add SCM_CREDS
Browse files Browse the repository at this point in the history
It is present on both FreeBSD and DragonFly
  • Loading branch information
valpackett committed Apr 14, 2020
1 parent d1dd244 commit d031538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/freebsdlike/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d031538

Please sign in to comment.