Pretty printing.
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Nov 2005 15:36:25 +0000 (15:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Nov 2005 15:36:25 +0000 (15:36 +0000)
nscd/nscd_helper.c

index 65e78a1..827d3a9 100644 (file)
@@ -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))