mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00: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
822519916c
commit
ca953d5869
@ -210,9 +210,9 @@ static PeerInfo getPeerInfo(int remote)
|
||||
|
||||
#elif defined(LOCAL_PEERCRED)
|
||||
|
||||
#if !defined(SOL_LOCAL)
|
||||
#define SOL_LOCAL 0
|
||||
#endif
|
||||
# if !defined(SOL_LOCAL)
|
||||
# define SOL_LOCAL 0
|
||||
# endif
|
||||
|
||||
xucred cred;
|
||||
socklen_t credLen = sizeof(cred);
|
||||
|
Loading…
Reference in New Issue
Block a user