mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
Ident some CPP in nix daemon
Makes it easier for me to read.
This commit is contained in:
parent
30de61f16d
commit
a09360400b
1 changed files with 3 additions and 3 deletions
|
@ -211,9 +211,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
Reference in a new issue