mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Ident some CPP in nix daemon
Makes it easier for me to read.
(cherry picked from commit a09360400b
)
This commit is contained in:
parent
f80e0832bc
commit
5d32212b27
1 changed files with 3 additions and 3 deletions
|
@ -210,9 +210,9 @@ static PeerInfo getPeerInfo(int remote)
|
||||||
|
|
||||||
#elif defined(LOCAL_PEERCRED)
|
#elif defined(LOCAL_PEERCRED)
|
||||||
|
|
||||||
#if !defined(SOL_LOCAL)
|
# if !defined(SOL_LOCAL)
|
||||||
#define SOL_LOCAL 0
|
# define SOL_LOCAL 0
|
||||||
#endif
|
# endif
|
||||||
|
|
||||||
xucred cred;
|
xucred cred;
|
||||||
socklen_t credLen = sizeof(cred);
|
socklen_t credLen = sizeof(cred);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue