From 34df9f751d595a685a28e0969589c787bdf191a0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Nov 2005 15:36:25 +0000 Subject: [PATCH] Pretty printing. --- nscd/nscd_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nscd/nscd_helper.c b/nscd/nscd_helper.c index 65e78a1174..827d3a97ab 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)) -- 2.11.4.GIT