Skip to content

Commit e687a59

Browse files
committed
freebsdlike: add SCM_CREDS
It is present on both FreeBSD and DragonFly
1 parent e0fc936 commit e687a59

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+1
-0
lines changed

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ pub const MSG_DONTWAIT: ::c_int = 0x00000080;
738738
pub const MSG_EOF: ::c_int = 0x00000100;
739739

740740
pub const SCM_TIMESTAMP: ::c_int = 0x02;
741+
pub const SCM_CREDS: ::c_int = 0x03;
741742

742743
pub const SOCK_STREAM: ::c_int = 1;
743744
pub const SOCK_DGRAM: ::c_int = 2;

0 commit comments

Comments
 (0)