mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +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)
|
||||
|
||||
#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 a new issue