X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=bf35162f77d57191403972028bb04f24415a802b;hp=5b754111ed54e892a5f6f0c26aa554414d3bfca1;hb=446f934790d9d60b4aaa63faa41217fa8134a4be;hpb=198129e07ce4322b8f60c8e3b1062dc4ebabc083 diff --git a/net.c b/net.c index 5b754111..bf35162f 100644 --- a/net.c +++ b/net.c @@ -344,7 +344,7 @@ int recv_cred_buffer(int fd, char *buf, size_t size) { return recv_buffer(fd, buf, size) > 0? 1 : -E_RECVMSG; } -#else HAVE_UCRED +#else /* HAVE_UCRED */ /** * send NULL terminated buffer and Unix credentials of the current process *