mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03: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
ab9f629150
commit
1836493f67
1 changed files with 3 additions and 3 deletions
|
@ -209,9 +209,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