From: Ulrich Drepper Date: Mon, 21 Nov 2005 15:36:25 +0000 (+0000) Subject: Pretty printing. X-Git-Tag: cvs/fedora-glibc-20051219T1003~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34df9f751d595a685a28e0969589c787bdf191a0;p=thirdparty%2Fglibc.git Pretty printing. --- diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index 65e78a11746..827d3a97ab6 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -230,9 +230,9 @@ get_mapping (request_type type, const char *key, if (wait_on_socket (sock) <= 0) goto out_close2; -#ifndef MSG_NOSIGNAL -# define MSG_NOSIGNAL 0 -#endif +# ifndef MSG_NOSIGNAL +# define MSG_NOSIGNAL 0 +# endif if (__builtin_expect (TEMP_FAILURE_RETRY (__recvmsg (sock, &msg, MSG_NOSIGNAL)) != keylen, 0))