From: Andre Date: Mon, 1 May 2006 22:07:35 +0000 (+0200) Subject: fix trivial compiler warning in net.c X-Git-Tag: v0.2.12~18 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=839a32891754f3f162b73f88b58e04eab8032d7a fix trivial compiler warning in net.c net.c:347:7: warning: extra tokens at end of #else directive --- 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 *