mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 08:53:14 +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
3db5e32b39
commit
7b2b4d03bb
@ -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